[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "libbeachcomber"
version = "0.1.1"
description = "Python client SDK for the beachcomber (comb) shell-state daemon"
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = []
authors = [
{ name = "NavistAu" },
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Shells",
]
[project.urls]
Homepage = "https://github.com/NavistAu/beachcomber"
Repository = "https://github.com/NavistAu/beachcomber"
Issues = "https://github.com/NavistAu/beachcomber/issues"
[project.optional-dependencies]
dev = [
"pytest>=7",
]
[tool.hatch.build.targets.wheel]
packages = ["libbeachcomber"]
[tool.pytest.ini_options]
testpaths = ["tests"]