Skip to content

Commit

Permalink
Exclude tests from the installed package.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbm committed Jan 1, 2024
1 parent ed11454 commit b77c448
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 @@ -2,7 +2,7 @@
setup(
name="full-offline-backup-for-todoist",
version="0.5.0",
packages=find_packages(),
packages=find_packages(exclude=("tests",)),

author="Joan Bruguera Micó",
author_email="[email protected]",
Expand Down

0 comments on commit b77c448

Please sign in to comment.