summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-17 21:12:44 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-17 21:12:44 +1300
commitd32eef6a3fc4fb6dfbf6bfbccec9c8a6ddd91547 (patch)
tree68e4ced0b3b820452e2c684ac09319581933f7ed /setup.py
parent179c39f405af74a9c5a8092fd245eeb48d8d19d0 (diff)
downloadsubunit-git-d32eef6a3fc4fb6dfbf6bfbccec9c8a6ddd91547.tar.gz
Also include tests in PyPI tarball, for folk that want to run them to validate behaviour when installed.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ed94d90..1a0b192 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
author='Robert Collins',
author_email='subunit-dev@lists.launchpad.net',
url='http://launchpad.net/subunit',
- packages=['subunit'],
+ packages=['subunit', 'subunit.tests'],
package_dir={'subunit': 'python/subunit'},
scripts = [
'filters/subunit2gtk',