[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"