Skip to content

Commit c6a9779

Browse files
authored
Merge pull request #58 from data-exp-lab/setup_fixes
Do not install test modules
2 parents 98d43f3 + a4b3f64 commit c6a9779

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
@@ -69,7 +69,7 @@
6969

7070
# You can just specify the packages manually here if your project is
7171
# simple. Or you can use find_packages().
72-
packages=find_packages(exclude=['docs', 'test']),
72+
packages=find_packages(exclude=['docs', 'test*']),
7373

7474
# Alternatively, if you want to distribute just a my_module.py, uncomment
7575
# this:

0 commit comments

Comments
 (0)