Skip to content

Commit e141901

Browse files
committed
Use full module name for build backend
1 parent 09d32eb commit e141901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ requires = [
44
"wheel>=0.31.0",
55
"twine>=1.11.0"
66
]
7-
build-backend = "build"
8-
backend-path = ["src/ppbt"]
7+
build-backend = "ppbt.build"
8+
backend-path = ["src"]
99

1010
[tool.pytest.ini_options]
1111
pythonpath = [

0 commit comments

Comments
 (0)