Added pyproject.toml
This commit is contained in:
parent
ea468f8ce5
commit
e8e7a3ee6f
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[build-system]
|
||||
requires = ["flit_core >=3.2,<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[project]
|
||||
name = "retailtwin"
|
||||
authors = [{name = "Guillem Borrell", email = "borrell.guillem@bcg.com"}]
|
||||
readme = "README.md"
|
||||
dynamic = ["version", "description"]
|
||||
|
||||
[project.urls]
|
||||
Home = "https://github.com/Borrell-Guillem_bcgprod/retailtwin"
|
Loading…
Reference in a new issue