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:
parent
8dad549d68
commit
2911e05165
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user