@@ -26,20 +26,8 @@ long_description_content_type = text/markdown
26
26
author = dvsnier
27
27
28
28
classifiers =
29
- # How mature is this project? Common values are
30
- # 3 - Alpha
31
- # 4 - Beta
32
- # 5 - Production/Stable
33
- # Development Status :: 1 - Planning
34
- # Development Status :: 2 - Pre-Alpha
35
29
Development Status :: 3 - Alpha
36
- # Development Status :: 4 - Beta
37
- # Development Status :: 5 - Production/Stable
38
- # Development Status :: 6 - Mature
39
- # Development Status :: 7 - Inactive
40
- # Indicate who your project is intended for
41
30
Intended Audience :: Developers
42
- # Pick your license as you wish
43
31
License :: OSI Approved :: MIT License
44
32
License :: Free For Educational Use
45
33
License :: Free for non-commercial use
@@ -48,27 +36,17 @@ classifiers =
48
36
Natural Language :: Chinese (Simplified)
49
37
Natural Language :: English
50
38
Operating System :: OS Independent
51
- # Specify the Python versions you support here. In particular, ensure
52
- # that you indicate you support Python 3. These classifiers are *not*
53
- # checked by 'pip install'. See instead 'python_requires' below.
54
39
Programming Language :: Cython
55
40
Programming Language :: Python
56
41
Programming Language :: Python :: 2
57
- # Programming Language :: Python :: 2 :: Only
58
42
Programming Language :: Python :: 2.7
59
43
Programming Language :: Python :: 3
60
- # Programming Language :: Python :: 3 :: Only
61
44
Programming Language :: Python :: 3.5
62
45
Programming Language :: Python :: 3.6
63
46
Programming Language :: Python :: 3.7
64
47
Programming Language :: Python :: 3.8
65
48
Programming Language :: Python :: 3.9
66
49
Topic :: Software Development
67
- # Topic :: Software Development :: Build Tools
68
- # Topic :: Software Development :: Code Generators
69
- # Topic :: Software Development :: Compilers
70
- # Topic :: Software Development :: Debuggers
71
- # Topic :: Software Development :: Documentation
72
50
Topic :: Software Development :: Libraries
73
51
Topic :: Software Development :: Libraries :: Python Modules
74
52
Topic :: Utilities
0 commit comments