setup.py: use proper PyPI supported classifiers

This commit is contained in:
Markus 2019-10-01 13:06:37 +02:00
parent 8dad549d68
commit 2911e05165
1 changed files with 2 additions and 2 deletions

View File

@ -58,11 +58,11 @@ setup(
long_description=read('README.md'),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Environment :: Console",
"Topic :: Security :: Cryptography",
"License :: OSI Approved :: ISC License",
"License :: OSI Approved :: ISC License (ISCL)",
],
install_requires=[
"cryptography>=0.6",