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