Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update pypi package name #454

Merged
merged 13 commits into from May 26, 2020
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -10,12 +10,11 @@

install_requires = [
'sqlparse >= 0.3.0',
'google-cloud >= 0.34.0',
odeke-em marked this conversation as resolved.
Show resolved Hide resolved
'google-cloud-spanner >= 1.8.0',
]

setup(
name='django-spanner',
name='django-google-spanner',
# Duplicate version here rather than using
skuruppu marked this conversation as resolved.
Show resolved Hide resolved
# __import__('django_spanner').__version__ because that file imports
# django and google.cloud which may not be installed.
Expand Down