diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-08-27 16:07:03 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-08-27 16:07:03 +0200 |
commit | b73c92dd022d6133c04fe98da68423ec5ae16e21 (patch) | |
tree | 35b6b6fd5e6ed3095fdef875327f9faf4e11f567 /setup.py | |
parent | 9adb4fae912279b7635820029fe0b12013e6332e (diff) | |
download | gitlab-b73c92dd022d6133c04fe98da68423ec5ae16e21.tar.gz |
doc updates
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -21,5 +21,14 @@ setup(name='python-gitlab', license='LGPLv3', url='https://github.com/gpocentek/python-gitlab', py_modules=['gitlab'], - scripts=['gitlab'] + scripts=['gitlab'], + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', + 'Intended Audience :: System Administrators', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Natural Language :: English', + 'Operating System :: POSIX', + 'Operating System :: Microsoft :: Windows' + ] ) |