Skip to content

Commit 4559cfc

Browse files
Merge pull request #79 from mgorny/flit_core
Use flit_core build-backend
2 parents 365a8e7 + 0c76acc commit 4559cfc

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
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["flit"]
3-
build-backend = "flit.buildapi"
2+
requires = ["flit_core"]
3+
build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
66
module = "asyncstdlib"

0 commit comments

Comments
 (0)