[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"