diff --git a/setup.py b/setup.py index 89ceed8..a808eee 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup(name="allauth_authentic2", version=get_version(), license="AGPLv3 or later", description="Authentic2 OAuth2 provider", - url="http://dev.entrouvert.org/", + url="https://dev.entrouvert.org/projects/authentic", author="Entr'ouvert", author_email="info@entrouvert.org", maintainer="Benjamin Dauvergne", @@ -74,9 +74,6 @@ setup(name="allauth_authentic2", 'requests>=2.1', 'django-allauth', ], - dependency_links = [ - 'git+git://repos.entrouvert.org/django-allauth-authentic2', - ], cmdclass={ 'sdist': eo_sdist },