summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2020-03-14 09:34:22 -0400
committerGitHub <noreply@github.com>2020-03-14 09:34:22 -0400
commitbbaeb704a3e7f6a4cc78cecc44f12f6077b33fc7 (patch)
tree549104bbc295b894a557a2e9ddcb8724d0862d6e
parentb64a50fea21a0ba45b18f8d1a2c21e06a330cc8c (diff)
downloadsubunit-git-bbaeb704a3e7f6a4cc78cecc44f12f6077b33fc7.tar.gz
Remove duplicate packages keyword in setup.py
When rebasing this PR branch a duplicate keyword was accidentally added to the setup.py. This commit corrects that oversight.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dc5dfb1..4fffb6d 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,6 @@ setup(
"Bug Tracker": "https://bugs.launchpad.net/subunit",
"Source Code": "https://github.com/testing-cabal/subunit/",
},
- packages=['subunit', 'subunit.tests'],
packages=['subunit', 'subunit.tests', 'subunit.filter_scripts'],
package_dir={'subunit': 'python/subunit'},