a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
11 lines
204 B
TOML
11 lines
204 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "hatchling-dynamic"
|
|
version = "1.0.0"
|
|
dynamic = ["dependencies"]
|
|
|
|
[tool.hatch.build.targets.wheel.hooks.custom]
|