diff options
Diffstat (limited to 'testing/py3-pkginfo/dont-package-tests.patch')
-rw-r--r-- | testing/py3-pkginfo/dont-package-tests.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/py3-pkginfo/dont-package-tests.patch b/testing/py3-pkginfo/dont-package-tests.patch new file mode 100644 index 0000000000..045e0121a8 --- /dev/null +++ b/testing/py3-pkginfo/dont-package-tests.patch @@ -0,0 +1,10 @@ +--- a/setup.py ++++ b/setup.py +@@ -48,6 +48,6 @@ + 'pkginfo = pkginfo.commandline:main', + ] + }, +- packages=['pkginfo', 'pkginfo.tests'], ++ packages=['pkginfo'], + **extras + ) |