mirror of
https://github.com/moepman/acertmgr.git
synced 2024-12-29 09: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=read('README.md'),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Topic :: Security :: Cryptography",
|
"Topic :: Security :: Cryptography",
|
||||||
"License :: OSI Approved :: ISC License",
|
"License :: OSI Approved :: ISC License (ISCL)",
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"cryptography>=0.6",
|
"cryptography>=0.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user