diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 08:03:32 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 08:03:32 +0200 |
commit | 7def297fdf1e0d6926669a4a51cdb8519da1dca1 (patch) | |
tree | a337a4f5deb99c5c14cbb675e37a62870be78d1a /setup.py | |
parent | f3dfa6abcc0c6fba305072d368b223b102eb379f (diff) | |
download | gitlab-7def297fdf1e0d6926669a4a51cdb8519da1dca1.tar.gz |
Update URLs to reflect the github changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ setup(name='python-gitlab', author='Gauvain Pocentek', author_email='gauvain@pocentek.net', license='LGPLv3', - url='https://github.com/gpocentek/python-gitlab', + url='https://github.com/python-gitlab/python-gitlab', packages=find_packages(), install_requires=['requests>=1.0', 'six'], entry_points={ |