23 lines
553 B
TOML
23 lines
553 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "artinix-python"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="Audrey Dutcher", email="audrey@rhelmot.io" },
|
|
]
|
|
description = "Python runtime for Artinix"
|
|
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://github.com/rhelmot/artinix"
|
|
Issues = "https://github.com/rhelmot/artinix/issues"
|