Skip to content

Commit fa603d6

Browse files
committed
Update list_classifiers in setup.py
1 parent 8fed198 commit fa603d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
},
2121
classifiers=[
2222
# https://pypi.org/pypi?%3Aaction=list_classifiers
23-
"Development Status :: 1 - Planning",
23+
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",
2525
"Intended Audience :: System Administrators",
2626
"Intended Audience :: Information Technology",
2727
"Natural Language :: English",
28-
"Operating System :: OS Independent",
28+
"Operating System :: Microsoft :: Windows",
29+
"Operating System :: POSIX :: Linux",
30+
"Operating System :: MacOS"
2931
"Programming Language :: Python :: 3.8",
30-
"Topic :: Utilities",
32+
"Topic :: Software Development :: Build Tools",
3133
],
3234
entry_points={
3335
"console_scripts": [

0 commit comments

Comments
 (0)