Skip to content

Commit

Permalink
Merge pull request #14 from DomenicP/remove-tests-from-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella authored May 15, 2024
2 parents 2492cb3 + 7cfb6d3 commit cefcf88
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 @@ -22,7 +22,7 @@ def read(fname):
description="A li'l class for data URI manipulation in Python",
long_description=read("README.rst"),
license="Unlicense",
packages=find_packages(exclude=["*.tests"]),
packages=find_packages(exclude=["tests", "*.tests"]),
package_data={
"faker": ["py.typed"],
},
Expand Down

0 comments on commit cefcf88

Please sign in to comment.