Skip to content

Commit

Permalink
fix(build): Use source-includes for tox, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 16, 2024
1 parent 1eec32e commit b9473b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ build-backend = "pdm.backend"
[tool.pdm]
distribution = true

[tool.pdm.build.sdist]
includes = ["tox.ini"]
[tool.pdm.build]
source-includes = [
"tests/",
"tox.ini",
]

[tool.pdm.version]
source = "scm"
Expand Down

0 comments on commit b9473b2

Please sign in to comment.