Skip to content
Snippets Groups Projects
Commit 45e0602e authored by Moul's avatar Moul
Browse files

[doc] setup.py: add classifiers, status, env, audience, language

parent 1f97ad56
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,12 @@ setup( ...@@ -20,8 +20,12 @@ setup(
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
), ),
install_requires=[ install_requires=[
"Click", "Click",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment