Skip to content

Commit

Permalink
actually exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored and rmorshea committed Mar 2, 2021
1 parent 0d89afa commit d52be93
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 @@ -16,7 +16,7 @@
package = dict(
name=name,
license="MIT",
packages=find_packages(exclude=["tests"]),
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.6",
description="Track changes to mutable data types.",
classifiers=["Intended Audience :: Developers"],
Expand Down

0 comments on commit d52be93

Please sign in to comment.