Skip to content

Commit 1a94bfa

Browse files
authored
Changed setup.py to prevent tests being included in distribution
1 parent 988af23 commit 1a94bfa

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
@@ -18,7 +18,7 @@
1818
license = license,
1919
long_description = long_description,
2020
name = modname,
21-
packages = find_packages(),
21+
packages = find_packages(exclude=("tests",)),
2222
py_modules = py_modules,
2323
url = web,
2424
version = VERSION)

0 commit comments

Comments
 (0)