Skip to content

Commit

Permalink
Changed the build backend to hatchling. Ones who want to use `setup…
Browse files Browse the repository at this point in the history
…tools` can change `build-system` section of `pyproject.toml`, the specific config for it was kept.
  • Loading branch information
KOLANICH committed Oct 25, 2022
1 parent 7d9f2b8 commit fb2f2da
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 = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"
requires = ["hatchling>=1.8.0"]
build-backend = "hatchling.build"

[project]
name = "trio"
Expand Down

0 comments on commit fb2f2da

Please sign in to comment.