More identifiers

This commit is contained in:
Anthony Johnson
2017-03-06 15:26:37 -08:00
parent b96ec39e3d
commit 06da7a2d3c

View File

@@ -28,12 +28,17 @@ setup(
]}, ]},
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Environment :: Console', 'Environment :: Console',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Topic :: Documentation', 'Topic :: Documentation',
'Topic :: Software Development :: Documentation', 'Topic :: Software Development :: Documentation',