diff options
| author | 2023-06-23 06:59:28 +0800 | |
|---|---|---|
| committer | 2023-06-23 06:59:28 +0800 | |
| commit | 882070c7836d4cc0bccdffe04de0b4b50e840fc2 (patch) | |
| tree | 18226755d09c619a2eebf194cd7132602d5696d6 /setup.cfg | |
| download | infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.tar.gz infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.zip | |
Initial commit
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 |
