Files
eip_testing/pyproject.toml
2024-02-04 09:28:07 +01:00

15 lines
421 B
TOML

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "eip_testing"
authors = [{name = "Nils Pukropp", email = "nils@narl.io"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
dynamic = ["version", "description"]
[project.urls]
Home = "https://github.com/narrrl/eip_testing"