basic functionallity

This commit is contained in:
2024-02-04 09:28:07 +01:00
parent 0bdd094e17
commit e677575530
6 changed files with 279 additions and 0 deletions

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[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"