1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-12-28 18:21:51 +01:00

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

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",