Skip to content

Commit

Permalink
Remove tests from source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 10, 2017
1 parent cebfeef commit 7e0d659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include README.rst
recursive-exclude tests *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def install_requires():
author="Oliver Ainsworth",
author_email="ottajay@googlemail.com",
url="https://github.com/Holiverh/python-valve",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=install_requires(),
extras_require={
"development": [
Expand Down

0 comments on commit 7e0d659

Please sign in to comment.