diff --git a/MANIFEST.in b/MANIFEST.in index 91e05029..f33cc5d8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,6 @@ recursive-include lib/yaml *.py recursive-include lib/_yaml *.py recursive-include packaging * recursive-include examples *.py *.cfg *.yaml -recursive-include tests/legacy_tests/ *.py -recursive-include tests/legacy_tests/data * +recursive-include tests *.py +recursive-include tests/data * recursive-include yaml * diff --git a/pyproject.toml b/pyproject.toml index ad32d5c7..d8e5b969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,3 @@ requires = [ ] backend-path = ["packaging"] build-backend = "_pyyaml_pep517" - -[tool.pytest.ini_options] -pythonpath = ["."]