diff options
author | Matthew Treinish <mtreinish@kortar.org> | 2020-03-14 09:34:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 09:34:22 -0400 |
commit | bbaeb704a3e7f6a4cc78cecc44f12f6077b33fc7 (patch) | |
tree | 549104bbc295b894a557a2e9ddcb8724d0862d6e /setup.py | |
parent | b64a50fea21a0ba45b18f8d1a2c21e06a330cc8c (diff) | |
download | subunit-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.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'}, |