13 lines
373 B
Diff
13 lines
373 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 2e45c32..9b3b34a 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -8,6 +8,6 @@ setup(name='pyvera',
|
|
author_email='mail@gregdowling.com',
|
|
license='MIT',
|
|
install_requires=['requests>=2.0'],
|
|
- packages=find_packages(),
|
|
+ packages=find_packages(exclude=("tests*",)),
|
|
test_suite="tests",
|
|
zip_safe=True)
|