a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
12 lines
216 B
TOML
12 lines
216 B
TOML
[project]
|
|
name = "package.name.with.dots"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.uv.build-backend.data]
|
|
scripts = "scripts"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.8.0,<0.10"]
|
|
build-backend = "uv_build"
|