
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/ecgi/trunk@1 aac7edbf-1187-474f-a1ff-725cae958fdc
21 lines
540 B
TOML
21 lines
540 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "ecgi"
|
|
version = "2024.07"
|
|
description = "The 'cgi' module, extracted from Python 3.11"
|
|
readme = "README.md"
|
|
authors = [{ name = "Izuru Yakumo", email = "yakumo.izuru@chaotic.ninja" }]
|
|
license = { file = "COPYING" }
|
|
classifiers = [
|
|
"License :: OSI Approved :: ISC License",
|
|
"Programming Language :: Python :: 3",
|
|
]
|
|
keywords = [ "cgi" ]
|
|
requires-python = ">=3.9"
|
|
|
|
[project.urls]
|
|
Source = "https://git.chaotic.ninja/yakumo.izuru/ecgi"
|