Files
ro-crate-interoperability-p…/0.2.x/lib/python/lib-ro-crate-schema/pyproject.toml
2025-08-15 15:48:19 +02:00

25 lines
554 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",
"pyld>=2.0.4",
"pyshacl>=0.30.1",
"rdflib-jsonld>=0.6.2",
"rocrate>=0.14.0",
]
[project.scripts]
check = "lib_ro_crate_schema.check:main"
example = "lib_ro_crate_schema.example.examples:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"