We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b247cbe commit a440ea8Copy full SHA for a440ea8
setup.py
@@ -7,14 +7,14 @@
7
8
setup(
9
name='gitlab3',
10
- version='0.5.4',
+ version='0.5.5',
11
license='LGPLv3',
12
description='GitLab API v3 Python Wrapper.',
13
- long_description='A complete Python client/wrapper for GitLab API v3',
+ long_description='An incomplete Python client/wrapper for GitLab API v3',
14
packages=['gitlab3'],
15
author="Alex Van't Hof",
16
author_email='alexvh@cs.columbia.edu',
17
install_requires=['requests'],
18
- url='http://github.com/alexvh/python-gitlab3',
+ url='http://github.com/doctormo/python-gitlab3',
19
keywords='gitlab api client wrapper',
20
)
0 commit comments