Skip to content

Commit

Permalink
Use full module name for build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 27, 2024
1 parent 09d32eb commit e141901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ requires = [
"wheel>=0.31.0",
"twine>=1.11.0"
]
build-backend = "build"
backend-path = ["src/ppbt"]
build-backend = "ppbt.build"
backend-path = ["src"]

[tool.pytest.ini_options]
pythonpath = [
Expand Down

0 comments on commit e141901

Please sign in to comment.