Skip to content

Commit

Permalink
Exclude tests from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 31, 2022
1 parent cf736bb commit 19bae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
long_description=readme,
long_description_content_type="text/markdown",
python_requires=">=3.6",
packages=find_packages(exclude=["docs", ".gitignore", "README.md"]),
packages=find_packages(exclude=["docs", ".gitignore", "README.md", "tests"]),
install_requires=required,
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 19bae23

Please sign in to comment.