We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6499eb0 commit dffa74bCopy full SHA for dffa74b
setup.py
@@ -37,7 +37,7 @@
37
description="Google Authentication Library",
38
long_description=long_description,
39
url="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib",
40
- packages=find_namespace_packages(exclude=("tests*",)),
+ packages=find_namespace_packages(exclude=("docs*", "scripts*", "tests*",)),
41
install_requires=DEPENDENCIES,
42
extras_require={"tool": TOOL_DEPENDENCIES},
43
entry_points={
0 commit comments