Skip to content
Snippets Groups Projects
Commit 199c55dd authored by Moul's avatar Moul
Browse files

[doc] setup.py: add classifiers: Python versions, Intended Audience

parent 673c15d9
No related branches found
No related tags found
1 merge request!56Several transaction enhancements, other improvements
......@@ -63,13 +63,16 @@ setup(
test_suite="tests",
classifiers=[
"Programming Language :: Python",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries",
"Intended Audience :: Developers",
],
install_requires=install_requires,
dependency_links=dependency_links
......
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