From 882070c7836d4cc0bccdffe04de0b4b50e840fc2 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 23 Jun 2023 06:59:28 +0800 Subject: Initial commit --- setup.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..82d033b2 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,17 @@ +[metadata] +name = retro_pkg_test +version = 3.1415 +author = 简律纯 +author_email = HsiangNianian@outlook.com +description = A test pkg for retro. +long_description = file: README.md +long_description_content_type = text/markdown +url = https://github.com/retrofor/retro_pkg_test +classifiers = + Programming Language :: Python :: 3 + License :: OSI Approved :: MIT License + Operating System :: OS Independent + +[options] +packages = find: +python_requires = >=3.6 -- cgit v1.2.3-70-g09d2