1 parent ea0588f commit 11101b0Copy full SHA for 11101b0
2 files changed
template/pyproject.toml
@@ -1,7 +1,3 @@
1
-[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
4
-
5
[project]
6
name = "{{ package_name }}"
7
version = "{{ version }}"
@@ -148,3 +144,7 @@ known-first-party = ["{{ project_slug }}"]
148
144
149
145
[tool.ruff.lint.pydocstyle]
150
146
convention = "numpy"
147
+
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"
tests/example-project/pyproject.toml
name = "example-project"
version = "0.1.0"
@@ -146,3 +142,7 @@ known-first-party = ["example_project"]
142
143
0 commit comments