[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "jprov" version = "0.1.0" description = "FreeBSD jail provisioning tool" readme = "README.md" requires-python = ">=3.11" license = {text = "BSD-2-Clause"} authors = [ {name = "jprov"} ] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: BSD :: FreeBSD", ] [project.scripts] jprov = "jprov.main:main" [tool.hatch.build] include = [ "jprov/**", "docs/**", "README.md", "pyproject.toml", ]