diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | setup.py | 11 |
2 files changed, 16 insertions, 2 deletions
@@ -14,7 +14,12 @@ python-gitlab depends on: ## State -python-gitlab is a work in progress, although already usable. Changes in the API might happen. +python-gitlab >= 0.3 is considered stable. + +## Bugs reports + +Please report bugs and feature requests at +https://github.com/gpocentek/python-gitlab/issues ## ToDo @@ -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' + ] ) |
