Skip to content

Commit 08dac10

Browse files
TST: Use hatchling as build backend for test project (#92)
* As the test project does not need any part of setuptools specific infrastructure, use hatchling as the build backend.
1 parent b3d150d commit 08dac10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_package/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "test-package"

0 commit comments

Comments
 (0)