Skip to content

Commit a4b3f64

Browse files
committed
Do not install test modules
1 parent 98d43f3 commit a4b3f64

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)