Skip to content

Commit

Permalink
Use flit-core as build-system
Browse files Browse the repository at this point in the history
Build functionality has been moved into flit-core which makes repackaging (e.g. for Conda or Linux distros) easier.
  • Loading branch information
sscherfke committed Sep 1, 2022
1 parent 0bb8920 commit b23ec72
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
@@ -1,6 +1,6 @@
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
requires = ["flit_core"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "fastapi"
Expand Down

0 comments on commit b23ec72

Please sign in to comment.