diff options
author | Robert Collins <robertc@robertcollins.net> | 2012-12-17 21:12:44 +1300 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2012-12-17 21:12:44 +1300 |
commit | d32eef6a3fc4fb6dfbf6bfbccec9c8a6ddd91547 (patch) | |
tree | 68e4ced0b3b820452e2c684ac09319581933f7ed /setup.py | |
parent | 179c39f405af74a9c5a8092fd245eeb48d8d19d0 (diff) | |
download | subunit-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |