basic functionallity
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
Reference in New Issue
Block a user