2024-11-14 20:15:32 +01:00
|
|
|
[project]
|
|
|
|
|
name = "built-by-uv"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "A package to be built with the uv build backend that uses all features exposed by the build backend"
|
2024-11-15 15:41:39 +01:00
|
|
|
readme = "README.md"
|
2024-11-14 20:15:32 +01:00
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = ["anyio>=4,<5"]
|
2024-11-15 15:41:39 +01:00
|
|
|
license-files = ["LICENSE*", "third-party-licenses/*"]
|
2024-11-14 20:15:32 +01:00
|
|
|
|
2024-11-19 12:59:59 +01:00
|
|
|
[tool.uv.wheel.data]
|
|
|
|
|
scripts = "scripts"
|
|
|
|
|
data = "assets"
|
|
|
|
|
headers = "header"
|
|
|
|
|
|
2024-11-14 20:15:32 +01:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["uv>=0.4.15,<5"]
|
|
|
|
|
build-backend = "uv"
|