Skip to content

Commit

Permalink
Use hatchling instead of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Jun 19, 2024
1 parent 9c822fa commit 9f38f44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "ClashRoyaleBuildABot"
Expand Down Expand Up @@ -48,8 +48,6 @@ exclude = '''
| \.venv
| _build
| buck-out
| build
| dist
)/
'''

Expand Down

0 comments on commit 9f38f44

Please sign in to comment.