mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
24 lines
479 B
TOML
24 lines
479 B
TOML
|
[project]
|
||
|
name = "nwb-models"
|
||
|
version = "0.1.0"
|
||
|
description = "Pydantic/LinkML models for Neurodata Without Borders"
|
||
|
authors = [
|
||
|
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
||
|
]
|
||
|
dependencies = [
|
||
|
"pydantic>=2.3.0",
|
||
|
"numpydantic>=1.3.3",
|
||
|
"pandas>=2.2.2"
|
||
|
]
|
||
|
requires-python = ">=3.10"
|
||
|
readme = "README.md"
|
||
|
license = {text = "AGPL-3.0"}
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["pdm-backend"]
|
||
|
build-backend = "pdm.backend"
|
||
|
|
||
|
|
||
|
[tool.pdm]
|
||
|
distribution = true
|