Skip to content

Commit 5666e6d

Browse files
Matti Remesparthea
Matti Remes
authored andcommitted
Fix package description (#130)
1 parent 99cd849 commit 5666e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def readme():
2929
name=NAME,
3030
version=versioneer.get_version(),
3131
cmdclass=versioneer.get_cmdclass(),
32-
description="Pandas interface to Google Big Query",
32+
description="Pandas interface to Google BigQuery",
3333
long_description=readme(),
3434
license='BSD License',
3535
author='The PyData Development Team',

0 commit comments

Comments
 (0)