23 lines
573 B
TOML
23 lines
573 B
TOML
[build-system]
|
|
requires = ["hatchling >= 1.26"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "morgslib"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="Morgana Lux", email="morgana@icolotl.com" },
|
|
]
|
|
description = "MORG Stream Library"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
license = "GPL-3.0-or-later"
|
|
license-files = ["LICEN[CS]E*"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://git.icolotl.com/morgana/morgslib"
|
|
Issues = "https://git.icolotl.com/morgana/morgslib/issues" |