We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f4d4f + 2614e9a commit 920afbbCopy full SHA for 920afbb
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
author='Allan Lei',
10
author_email='allanlei@helveticode.com',
11
url='https://github.com/allanlei/python-zipstream',
12
- packages=find_packages(),
+ packages=find_packages(exclude=['tests']),
13
keywords='zip streaming',
14
test_suite='nose.collector',
15
tests_require=['nose'],
0 commit comments