Skip to content

Commit

Permalink
refactor: use hatchling as the build backend instead of setuptools
Browse files Browse the repository at this point in the history
wu-vincent committed May 13, 2024
1 parent 5cb7417 commit 5fdfed5
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.0"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "endstone-example"

0 comments on commit 5fdfed5

Please sign in to comment.