Skip to content

Commit 2614e9a

Browse files
author
Sébastien Diemer
committed
remove tests directory from build
1 parent 65f1f57 commit 2614e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author='Allan Lei',
1111
author_email='allanlei@helveticode.com',
1212
url='https://github.com/allanlei/python-zipstream',
13-
packages=find_packages(),
13+
packages=find_packages(exclude=['tests']),
1414
keywords='zip streaming',
1515

1616
test_suite='nose.collector',

0 commit comments

Comments
 (0)