Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka authored Sep 28, 2023
1 parent b11b7f9 commit f2b7ae4
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 @@ -9,7 +9,7 @@
with open('README.md', 'r', encoding='utf-8') as readme_md:
readme = readme_md.read()

packages = find_packages(where="pyclasher")
packages = find_packages(exclude=["testing", "tests"])

setup(
name='pyclasher',
Expand Down

0 comments on commit f2b7ae4

Please sign in to comment.