forked from w3c/wot-thing-description-toolchain-tmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (26 loc) · 818 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "thing_description_schema"
version = "0.0.0.post1.dev0+dfeaf46"
description = "Thing Description Information Model as a LinkML schema"
authors = ["Mahda Noura <[email protected]>"]
license = "MIT"
readme = "README.md"
include = ["README.md", "src/thing_description_schema/schema", "project"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
linkml-runtime = "^1.8.0rc2"
[tool.poetry-dynamic-versioning]
enable = false
vcs = "git"
style = "pep440"
[tool.poetry.dev-dependencies]
linkml = "^1.8.0rc2"
mkdocs-material = "^8.2.8"
mkdocs-mermaid2-plugin = "^0.6.0"
schemasheets = "^0.1.14"
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
[tool.poetry.extras]
docs = ["linkml", "mkdocs-material"]