blob: a09d77374f351531bbc67eb83cde4c9e793f4963 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/setup.py b/setup.py
index 23b1348..d604e0b 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ Convert C struct definitions into Python classes with methods for serializing/de
author_email='andrea.bonomi@gmail.com',
url='http://github.com/andreax79/python-cstruct',
license='MIT',
- packages=find_packages(exclude=['ez_setup', 'examples']),
+ packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=True,
install_requires=[
|