EagleEyev3/pyproject.toml

16 lines
432 B
TOML
Raw Permalink Normal View History

[build-system]
2023-07-20 15:43:50 +00:00
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "EagleEyev3"
2023-07-20 15:43:50 +00:00
authors = [{name = "mcotton", email = "mcotton@mcottondesign.com"}]
readme = "README.md"
2023-07-20 15:43:50 +00:00
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
[project.urls]
2023-08-31 14:29:59 +00:00
Home = "https://mcotton.space"
Source = "https://git.mcotton.space/mcotton/EagleEyev3"