Skip to content

Commit

Permalink
fix: wheel includes tests (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
betaboon authored May 12, 2024
1 parent bb4b9e9 commit 38d1800
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 find_dev_required():
python_requires=">=3.8.0",
url="https://github.com/tsv1/amqp-mock",
license="Apache-2.0",
packages=find_packages(exclude=("tests",)),
packages=find_packages(exclude=("tests*",)),
package_data={"amqp_mock": ["py.typed"]},
install_requires=find_required(),
tests_require=find_dev_required(),
Expand Down

0 comments on commit 38d1800

Please sign in to comment.