setup.py - add classifiers
This commit is contained in:
10
setup.py
10
setup.py
@@ -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',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user