Skip to content

Commit a440ea8

Browse files
committed
Update setup to point to new git repository and bump version
1 parent b247cbe commit a440ea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name='gitlab3',
10-
version='0.5.4',
10+
version='0.5.5',
1111
license='LGPLv3',
1212
description='GitLab API v3 Python Wrapper.',
13-
long_description='A complete Python client/wrapper for GitLab API v3',
13+
long_description='An incomplete Python client/wrapper for GitLab API v3',
1414
packages=['gitlab3'],
1515
author="Alex Van't Hof",
1616
author_email='alexvh@cs.columbia.edu',
1717
install_requires=['requests'],
18-
url='http://github.com/alexvh/python-gitlab3',
18+
url='http://github.com/doctormo/python-gitlab3',
1919
keywords='gitlab api client wrapper',
2020
)

0 commit comments

Comments
 (0)