Skip to content

Commit

Permalink
TST: Use hatchling as build backend for test project (#92)
Browse files Browse the repository at this point in the history
* As the test project does not need any part of setuptools specific
  infrastructure, use hatchling as the build backend.
  • Loading branch information
matthewfeickert authored Sep 27, 2024
1 parent b3d150d commit 08dac10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_package/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 = "test-package"
Expand Down

0 comments on commit 08dac10

Please sign in to comment.