summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2019-02-26 10:43:09 -0500
committerMatthew Treinish <mtreinish@kortar.org>2019-12-15 14:26:36 -0500
commit67fd06d9d6a673b5a59fb2c4c8c08151250ceeec (patch)
tree39bba6f945b58694dae6906294648a89968e2be8
parentf78b0fff73bd21aab8485a3960aa08f155f5bed3 (diff)
downloadsubunit-git-67fd06d9d6a673b5a59fb2c4c8c08151250ceeec.tar.gz
Add filter_scripts to package
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bb2bcfb..d963838 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
author='Robert Collins',
author_email='subunit-dev@lists.launchpad.net',
url='http://launchpad.net/subunit',
- packages=['subunit', 'subunit.tests'],
+ packages=['subunit', 'subunit.tests', 'subunit.filter_scripts'],
package_dir={'subunit': 'python/subunit'},
entry_points={
'console_scripts': [