Skip to content

Commit 11a1537

Browse files
committed
switch to hatchling backend
1 parent 36ec584 commit 11a1537

File tree

5 files changed

+894
-893
lines changed

5 files changed

+894
-893
lines changed

.github/workflows/on-release-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: release-main
33
on:
44
release:
55
types: [published]
6-
branches: [main]
76

87
jobs:
98
deploy-docs:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dev = [
4646
]
4747

4848
[build-system]
49-
requires = ["setuptools >= 61.0"]
50-
build-backend = "setuptools.build_meta"
49+
requires = ["hatchling"]
50+
build-backend = "hatchling.build"
5151

5252
[tool.setuptools]
5353
packages = ["cookiecutter_uv"]

0 commit comments

Comments
 (0)