Skip to content

Commit eaefaa9

Browse files
author
Sylvain MARIE
committed
tests folder is now excluded from generated package wheel. Fixed #65
1 parent fe06f57 commit eaefaa9

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
@@ -99,7 +99,7 @@
9999

100100
# You can just specify the packages manually here if your project is
101101
# simple. Or you can use find_packages().
102-
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
102+
packages=find_packages(exclude=['contrib', 'docs', '*tests*']),
103103

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

0 commit comments

Comments
 (0)