We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8d3ee commit 9a0728dCopy full SHA for 9a0728d
setup.py
@@ -14,7 +14,7 @@
14
15
import io
16
17
-from setuptools import find_packages
+from setuptools import find_namespace_packages
18
from setuptools import setup
19
20
@@ -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_packages(exclude=("tests*",)),
+ packages=find_namespace_packages(exclude=("tests*",)),
41
install_requires=DEPENDENCIES,
42
extras_require={"tool": TOOL_DEPENDENCIES},
43
entry_points={
0 commit comments