Files
guru/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
Henri Gasc 9a73c73b06 dev-python/jsonfeed: enable py3.13, py3.14
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
2025-10-08 22:24:18 +02:00

12 lines
330 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open("README.md") as fh:
setup(
name="jsonfeed-util",
version=version,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests", "tests.*"]),
# metadata for upload to PyPI
author="Lukas Schwab",
author_email="lukas.schwab@gmail.com",