aputils/pyproject.toml

14 lines
321 B
TOML

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "aputils"
authors = [{name = "Zoey Mae", email = "zoey@barkshark.xyz"}]
readme = "README.md"
license = {file = "LICENSE.md"}
dynamic = ["version", "description"]
[project.urls]
Home = "https://barkshark.xyz/@izalia"