uv/test/packages/setuptools_editable/pyproject.toml
Zanie Blue a70ee58ae1
Move test support files out of scripts/ into test/
(#17032)

It's been bothering me that we have a bunch of stub packages and such in
a `scripts` directory.
2025-12-09 10:06:05 -06:00

13 lines
329 B
TOML

[project]
name = "setuptools_editable"
version = "0.1.0"
description = "Default template for a setuptools project"
authors = [
{name = "konstin", email = "konstin@mailbox.org"},
]
dependencies = ["iniconfig"]
requires-python = ">=3.11,<3.13"
license = {text = "MIT"}
[project.optional-dependencies]
anyio = ["anyio>=3.3.0"]