Skip to content

Commit 19bae23

Browse files
authored
Exclude tests from packages
1 parent cf736bb commit 19bae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description=readme,
2828
long_description_content_type="text/markdown",
2929
python_requires=">=3.6",
30-
packages=find_packages(exclude=["docs", ".gitignore", "README.md"]),
30+
packages=find_packages(exclude=["docs", ".gitignore", "README.md", "tests"]),
3131
install_requires=required,
3232
classifiers=[
3333
"Environment :: Console",

0 commit comments

Comments
 (0)