We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b70d0 commit 78940dfCopy full SHA for 78940df
setup.py
@@ -37,7 +37,13 @@
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(
41
+ exclude=(
42
+ "docs*",
43
+ "scripts*",
44
+ "tests*",
45
+ )
46
+ ),
47
install_requires=DEPENDENCIES,
48
extras_require={"tool": TOOL_DEPENDENCIES},
49
entry_points={
0 commit comments