diff --git a/setup.py b/setup.py index 341bc78..7616b01 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_version(): setup( name='datasheets', description='Read data from, write data to, and format Google Sheets from Python', - version=get_version(), + version = get_version(), author='Squarespace Data Engineering', url='https://github.com/Squarespace/datasheets', download_url='https://github.com/Squarespace/datasheets/tarball/{}'.format(get_version()),