rdf-canonize/pyproject.toml

20 lines
374 B
TOML

[tool.poetry]
name = "rdf-canonize"
version = "0.1.0"
description = ""
authors = ["sneakers-the-rat <sneakers-the-rat@protonmail.com>"]
license = "GPL-3.0"
readme = "README.md"
packages = [
{ include = "rdf_canonize" }
]
[tool.poetry.dependencies]
python = "^3.11"
rdflib = "^7.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"