diff --git a/setup.py b/setup.py index 3aa4b170..3823ea38 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def readme(): name=NAME, version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), - description="Pandas interface to Google Big Query", + description="Pandas interface to Google BigQuery", long_description=readme(), license='BSD License', author='The PyData Development Team',