setup.py - add classifiers

This commit is contained in:
Simon
2012-05-23 00:11:48 +02:00
parent 7cbb1b6c36
commit 8349fe6025

View File

@@ -26,4 +26,14 @@ setup(
install_requires = requires,
entry_points = entry_points,
packages = ['sigal'],
classifiers = ['Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Multimedia :: Graphics :: Viewers',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)