Add general classifiers to all setup.py scripts.

This commit is contained in:
Jakub Warmuz
2015-09-27 06:23:13 +00:00
parent b5036e36ad
commit b6819ad05b
5 changed files with 62 additions and 0 deletions
+9
View File
@@ -21,6 +21,15 @@ setup(
author="Let's Encrypt Project",
author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
],
packages=find_packages(),
install_requires=install_requires,