summaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
blob: 82d033b2b404b3481954cd8e7209cccaa8df7b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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