File tree 2 files changed +16
-2
lines changed
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:
14
14
15
15
## State
16
16
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
18
23
19
24
## ToDo
20
25
Original file line number Diff line number Diff line change @@ -21,5 +21,14 @@ def get_version():
21
21
license = 'LGPLv3' ,
22
22
url = 'https://github.com/gpocentek/python-gitlab' ,
23
23
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
+ ]
25
34
)
You can’t perform that action at this time.
0 commit comments