removing wrong dependency links and project url updated

Closes #5374
This commit is contained in:
Serghei Mihai 2014-09-02 11:45:25 +02:00
parent b1e8ae2e83
commit fef4b02d5c
1 changed files with 1 additions and 4 deletions

View File

@ -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
},