Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Merge d1f072d into dcf3997
Browse files Browse the repository at this point in the history
  • Loading branch information
nolar committed Jul 10, 2019
2 parents dcf3997 + d1f072d commit 125f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read_version(package):
"Programming Language :: Python :: 3 :: Only",
],
zip_safe=False,
packages=find_packages(),
packages=find_packages(exclude=("tests",)),
install_requires=install_requires,
extras_require={
"gcp": [
Expand Down

0 comments on commit 125f430

Please sign in to comment.