File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ python-gitlab depends on:
1414
1515## State
1616
17- python-gitlab is a work in progress, although already usable. Changes in the API might happen.
17+ python-gitlab >= 0.3 is considered stable.
18+
19+ ## Bugs reports
20+
21+ Please report bugs and feature requests at
22+ https://github.com/gpocentek/python-gitlab/issues
1823
1924## ToDo
2025
Original file line number Diff line number Diff line change @@ -21,5 +21,14 @@ def get_version():
2121 license = 'LGPLv3' ,
2222 url = 'https://github.com/gpocentek/python-gitlab' ,
2323 py_modules = ['gitlab' ],
24- scripts = ['gitlab' ]
24+ scripts = ['gitlab' ],
25+ classifiers = [
26+ 'Development Status :: 5 - Production/Stable' ,
27+ 'Environment :: Console' ,
28+ 'Intended Audience :: System Administrators' ,
29+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
30+ 'Natural Language :: English' ,
31+ 'Operating System :: POSIX' ,
32+ 'Operating System :: Microsoft :: Windows'
33+ ]
2534 )
You can’t perform that action at this time.
0 commit comments