diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
