aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pkginfo/dont-package-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pkginfo/dont-package-tests.patch')
-rw-r--r--community/py3-pkginfo/dont-package-tests.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/py3-pkginfo/dont-package-tests.patch b/community/py3-pkginfo/dont-package-tests.patch
index 045e0121a87..8b0e3827a35 100644
--- a/community/py3-pkginfo/dont-package-tests.patch
+++ b/community/py3-pkginfo/dont-package-tests.patch
@@ -1,10 +1,13 @@
+diff --git a/setup.py b/setup.py
+index 1dfa5f3..1ad6cd0 100644
--- a/setup.py
+++ b/setup.py
-@@ -48,6 +48,6 @@
+@@ -48,7 +48,7 @@ setup(
'pkginfo = pkginfo.commandline:main',
]
},
- packages=['pkginfo', 'pkginfo.tests'],
+ packages=['pkginfo'],
+ package_data={'pkginfo': ['py.typed', '*.pyi']},
+ python_requires='>=3.6',
**extras
- )