Skip to content

Commit f9198f3

Browse files
chrisorohardbyte
authored andcommitted
Exclude all test packages, not just toplevel (#740)
1 parent 1587c36 commit f9198f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
# Code
9292
version=version,
93-
packages=find_packages(exclude=["test", "doc", "scripts", "examples"]),
93+
packages=find_packages(exclude=["test*", "doc", "scripts", "examples"]),
9494
scripts=list(filter(isfile, (join("scripts/", f) for f in listdir("scripts/")))),
9595

9696
# Author

0 commit comments

Comments
 (0)