mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-12 07:45:00 +00:00
22 lines
540 B
TOML
22 lines
540 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "hatchling-editable"
|
|
description = 'A simple editable package with a URL dependency.'
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
license = "MIT"
|
|
keywords = []
|
|
authors = [
|
|
{ name = "Astral Software Inc.", email = "hey@astral.sh" },
|
|
]
|
|
classifiers = []
|
|
dependencies = [
|
|
"iniconfig @ git+https://github.com/pytest-dev/iniconfig@9cae43103df70bac6fde7b9f35ad11a9f1be0cb4"
|
|
]
|
|
version = "0.1.0"
|
|
|
|
[tool.hatch.metadata]
|
|
allow-direct-references = true
|