Skip to content

Commit 02e42d0

Browse files
committed
exclude tests
1 parent 5d10bc5 commit 02e42d0

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
@@ -7,7 +7,7 @@
77
version='%s.%s.%s' % VERSION,
88
description='SMS/MMS encoder/decoder',
99
license=open('COPYING').read(),
10-
packages=find_packages(where='messaging'),
10+
packages=find_packages(exclude=["tests"]),
1111
py_modules=["messaging"],
1212
include_package_data=True,
1313
package_data={'messaging': ['README.md']},

0 commit comments

Comments
 (0)