You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-pytest-httpserver/SOURCES/pyproject.patch

17 lines
518 B

--- a/pyproject.toml 2022-06-30 14:59:14.129513366 +0300
+++ b/pyproject.toml 2022-06-30 14:59:48.066496449 +0300
@@ -15,13 +15,6 @@ classifiers = [
]
repository = "https://github.com/csernazs/pytest-httpserver"
-include = [
- { path = "tests", format = "sdist" },
- { path = "CHANGES.rst", format = "sdist" },
- { path = "CONTRIBUTION.md", format = "sdist" },
- { path = "example*.py", format = "sdist" },
- { path = "doc", format = "sdist" },
-]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"