Files
ro-crate-interoperability-p…/0.2.x/lib/python/lib-ro-crate-schema/pyproject.toml
2025-08-11 11:37:22 +02:00

18 lines
370 B
TOML

[project]
name = "lib-ro-crate-schema"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Simone Baffelli", email = "simone.baffelli@empa.ch" }
]
requires-python = ">=3.13"
dependencies = [
"pydantic>=2.11.7",
"rocrate>=0.14.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"