uv/scripts/packages/dependent_locals/first_local/pyproject.toml

18 lines
367 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "first-local"
description = 'A simple package with no dependencies.'
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
keywords = []
authors = [
{ name = "Astral Software Inc.", email = "hey@astral.sh" },
]
classifiers = []
dependencies = []
version = "0.1.0"