Skip to content

Commit

Permalink
Correctly add tests to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Feb 4, 2025
1 parent 61f7061 commit e54e470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ requires = [
]
backend-path = ["packaging"]
build-backend = "_pyyaml_pep517"

[tool.pytest.ini_options]
pythonpath = ["."]

0 comments on commit e54e470

Please sign in to comment.