Skip to content

Commit

Permalink
Using includes to filter out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Dec 21, 2023
1 parent bfdd760 commit c16547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
keywords=["Looker", "Looker API", "looker_sdk", "Looker API 4.0"],
name=NAME,
package_data={"looker_sdk": ["py.typed", "looker_sdk/looker-sample.ini"]},
packages=find_packages(),
packages=find_packages(include=("looker_sdk",)),
# restrict python to <=3.9.9 due to https://github.com/looker-open-source/sdk-codegen/issues/944
python_requires=">=3.6",
url="https://pypi.python.org/pypi/looker_sdk",
Expand Down

0 comments on commit c16547b

Please sign in to comment.