From bac7cc9370b0e94ce1ed006c0dc51accba8200c7 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Fri, 29 Sep 2017 13:42:05 +0200 Subject: [PATCH] Public dependency link. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6a939a8..f46e84e 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( long_description=read('README.md'), author='Erik Stein', author_email='erik@classlibrary.net', - # url='https://github.com/sha-red/django-people/', + url='https://github.com/sha-red/django-people/', license='BSD License', platforms=['OS Independent'], packages=find_packages( @@ -33,7 +33,7 @@ setup( 'django-shared-utils', ], dependency_links=[ - 'git+ssh://gogs@projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-utils', + 'git+https://github.com/sha-red/django-shared-utils.git#egg=django-shared-utils', ], extras_require={ 'all': [