EagleEyev3/pyproject.toml

16 lines
432 B
TOML

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "EagleEyev3"
authors = [{name = "mcotton", email = "mcotton@mcottondesign.com"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
[project.urls]
Home = "https://mcotton.space"
Source = "https://git.mcotton.space/mcotton/EagleEyev3"