mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-19 03:05:06 +00:00
13 lines
329 B
TOML
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"]
|