kernal-api 0.0.0

Reserved package name for the forthcoming kernal-api async systems HAL
Documentation
[build-system]
requires = ["hatchling>=1.27"]
build-backend = "hatchling.build"

[project]
name = "kernal-api"
version = "0.0.0"
description = "Reserved package name for the forthcoming kernal-api async systems HAL"
readme = "README.md"
requires-python = "<0"
license = "MIT OR Apache-2.0"
authors = [{ name = "Zackees" }]
classifiers = [
  "Development Status :: 1 - Planning",
  "Programming Language :: Python :: 3",
  "Typing :: Typed",
]

[project.urls]
Homepage = "https://github.com/zackees/kernal-api"
Repository = "https://github.com/zackees/kernal-api"
Issues = "https://github.com/zackees/kernal-api/issues"

[tool.hatch.build.targets.wheel]
packages = ["python/kernal_api"]

[tool.hatch.build.targets.sdist]
include = [
  "/python",
  "/LICENSE-APACHE",
  "/LICENSE-MIT",
  "/README.md",
]