summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-08-27 16:07:03 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2013-08-27 16:07:03 +0200
commitb73c92dd022d6133c04fe98da68423ec5ae16e21 (patch)
tree35b6b6fd5e6ed3095fdef875327f9faf4e11f567 /setup.py
parent9adb4fae912279b7635820029fe0b12013e6332e (diff)
downloadgitlab-b73c92dd022d6133c04fe98da68423ec5ae16e21.tar.gz
doc updates
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 82fe24e..4783ffe 100644
--- a/setup.py
+++ b/setup.py
@@ -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'
+ ]
)