From d9fd5d60b7a44611bdd12c2b8e33c980f2d6d124 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 2 Sep 2014 10:56:14 +0200 Subject: [PATCH] package renamed --- {allauth_a2 => allauth_authentic2}/__init__.py | 0 {allauth_a2 => allauth_authentic2}/app_settings.py | 0 {allauth_a2 => allauth_authentic2}/models.py | 0 {allauth_a2 => allauth_authentic2}/provider.py | 0 {allauth_a2 => allauth_authentic2}/tests.py | 0 {allauth_a2 => allauth_authentic2}/urls.py | 0 {allauth_a2 => allauth_authentic2}/views.py | 0 setup.py | 4 ++-- 8 files changed, 2 insertions(+), 2 deletions(-) rename {allauth_a2 => allauth_authentic2}/__init__.py (100%) rename {allauth_a2 => allauth_authentic2}/app_settings.py (100%) rename {allauth_a2 => allauth_authentic2}/models.py (100%) rename {allauth_a2 => allauth_authentic2}/provider.py (100%) rename {allauth_a2 => allauth_authentic2}/tests.py (100%) rename {allauth_a2 => allauth_authentic2}/urls.py (100%) rename {allauth_a2 => allauth_authentic2}/views.py (100%) diff --git a/allauth_a2/__init__.py b/allauth_authentic2/__init__.py similarity index 100% rename from allauth_a2/__init__.py rename to allauth_authentic2/__init__.py diff --git a/allauth_a2/app_settings.py b/allauth_authentic2/app_settings.py similarity index 100% rename from allauth_a2/app_settings.py rename to allauth_authentic2/app_settings.py diff --git a/allauth_a2/models.py b/allauth_authentic2/models.py similarity index 100% rename from allauth_a2/models.py rename to allauth_authentic2/models.py diff --git a/allauth_a2/provider.py b/allauth_authentic2/provider.py similarity index 100% rename from allauth_a2/provider.py rename to allauth_authentic2/provider.py diff --git a/allauth_a2/tests.py b/allauth_authentic2/tests.py similarity index 100% rename from allauth_a2/tests.py rename to allauth_authentic2/tests.py diff --git a/allauth_a2/urls.py b/allauth_authentic2/urls.py similarity index 100% rename from allauth_a2/urls.py rename to allauth_authentic2/urls.py diff --git a/allauth_a2/views.py b/allauth_authentic2/views.py similarity index 100% rename from allauth_a2/views.py rename to allauth_authentic2/views.py diff --git a/setup.py b/setup.py index 0fe9318..89ceed8 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_version(): return version -setup(name="allauth_a2", +setup(name="allauth_authentic2", version=get_version(), license="AGPLv3 or later", description="Authentic2 OAuth2 provider", @@ -75,7 +75,7 @@ setup(name="allauth_a2", 'django-allauth', ], dependency_links = [ - 'git+git://repos.entrouvert.org/django_allauth_a2_provider', + 'git+git://repos.entrouvert.org/django-allauth-authentic2', ], cmdclass={ 'sdist': eo_sdist