diff --git a/setup.py b/setup.py index 2e7e7ca58a..4ac56be2bb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ] setup( - name='django-spanner', + name='django-google-spanner', # Duplicate version here rather than using # __import__('django_spanner').__version__ because that file imports # django and google.cloud which may not be installed.