Skip to content

Commit b73c92d

Browse files
author
Gauvain Pocentek
committed
doc updates
1 parent 9adb4fa commit b73c92d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)