We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fed198 commit fa603d6Copy full SHA for fa603d6
setup.py
@@ -20,14 +20,16 @@
20
},
21
classifiers=[
22
# https://pypi.org/pypi?%3Aaction=list_classifiers
23
- "Development Status :: 1 - Planning",
+ "Development Status :: 3 - Alpha",
24
"Intended Audience :: Developers",
25
"Intended Audience :: System Administrators",
26
"Intended Audience :: Information Technology",
27
"Natural Language :: English",
28
- "Operating System :: OS Independent",
+ "Operating System :: Microsoft :: Windows",
29
+ "Operating System :: POSIX :: Linux",
30
+ "Operating System :: MacOS"
31
"Programming Language :: Python :: 3.8",
- "Topic :: Utilities",
32
+ "Topic :: Software Development :: Build Tools",
33
],
34
entry_points={
35
"console_scripts": [
0 commit comments