Skip to content

Commit

Permalink
fix: remove namespace_packages from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 27, 2021
1 parent 06b8439 commit b6d586c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
long_description=long_description,
url="https://github.com/googleapis/google-auth-library-python",
packages=packages,
namespace_packages=("google",),
install_requires=DEPENDENCIES,
extras_require=extras,
python_requires=">=3.6",
Expand Down

0 comments on commit b6d586c

Please sign in to comment.