Skip to content

Commit

Permalink
Exclude all test packages, not just toplevel (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisoro authored and hardbyte committed Dec 24, 2019
1 parent e11725d commit dcd694e
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 @@ -86,7 +86,7 @@
],
# Code
version=version,
packages=find_packages(exclude=["test", "doc", "scripts", "examples"]),
packages=find_packages(exclude=["test*", "doc", "scripts", "examples"]),
scripts=list(filter(isfile, (join("scripts/", f) for f in listdir("scripts/")))),
# Author
author="Brian Thorne",
Expand Down

0 comments on commit dcd694e

Please sign in to comment.