mirror of
https://github.com/researchobjectschema/ro-crate-interoperability-profile.git
synced 2026-03-09 02:07:50 +01:00
18 lines
370 B
TOML
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"
|