Skip to content

Commit 2be3f92

Browse files
chore: Filtering out tests from Python package (#1416) (#1509)
Fixes #1197 Copy of #1416 Co-authored-by: James Braza <[email protected]>
1 parent 798ca01 commit 2be3f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
keywords=["Looker", "Looker API", "looker_sdk", "Looker API 4.0"],
5050
name=NAME,
5151
package_data={"looker_sdk": ["py.typed", "looker_sdk/looker-sample.ini"]},
52-
packages=find_packages(),
52+
packages=find_packages(include=("looker_sdk",)),
5353
# restrict python to <=3.9.9 due to https://github.com/looker-open-source/sdk-codegen/issues/944
5454
python_requires=">=3.6",
5555
url="https://pypi.python.org/pypi/looker_sdk",

0 commit comments

Comments
 (0)