Skip to content

Commit

Permalink
fix: Exclude tests from package (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw authored May 22, 2023
1 parent 23c578b commit 9b014a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"access control",
"permission",
],
packages=setuptools.find_packages(exclude=("tests",)),
packages=setuptools.find_packages(exclude=("tests", "tests.*")),
install_requires=install_requires,
python_requires=">=3.3",
license="Apache 2.0",
Expand Down

0 comments on commit 9b014a2

Please sign in to comment.