Skip to content

Commit 920afbb

Browse files
committed
Merge pull request #8 from sebdiem/clean_setup
remove tests directory from build
2 parents 65f4d4f + 2614e9a commit 920afbb

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
@@ -9,7 +9,7 @@
99
author='Allan Lei',
1010
author_email='allanlei@helveticode.com',
1111
url='https://github.com/allanlei/python-zipstream',
12-
packages=find_packages(),
12+
packages=find_packages(exclude=['tests']),
1313
keywords='zip streaming',
1414
test_suite='nose.collector',
1515
tests_require=['nose'],

0 commit comments

Comments
 (0)