nodestack/pyproject.toml

26 lines
595 B
TOML
Raw Normal View History

2024-04-12 07:03:18 +02:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build]
exclude = ["venv"]
[project]
name = "nodestack"
version = "0.0.1"
authors = [
{ name="fabthegreat", email="nodestack@lutix.org" },
]
description = "A simple tree objects library"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://gitea.lutix.org/ftg/nodestack"
Issues = "https://gitea.lutix.org/ftg/nodestack/issues"