Skip to content

Commit dffa74b

Browse files
committed
fix: do not include docs/conf.py & scripts in wheel
1 parent 6499eb0 commit dffa74b

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
@@ -37,7 +37,7 @@
3737
description="Google Authentication Library",
3838
long_description=long_description,
3939
url="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib",
40-
packages=find_namespace_packages(exclude=("tests*",)),
40+
packages=find_namespace_packages(exclude=("docs*", "scripts*", "tests*",)),
4141
install_requires=DEPENDENCIES,
4242
extras_require={"tool": TOOL_DEPENDENCIES},
4343
entry_points={

0 commit comments

Comments
 (0)