Skip to content

Commit

Permalink
Remove unnecessary files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Mar 2, 2024
1 parent ae6d406 commit a4448ba
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,5 +2,5 @@

setup(
name="matt",
packages=find_packages(),
packages=find_packages(include=['matt', 'matt.*']),
)

0 comments on commit a4448ba

Please sign in to comment.