Added pyproject.toml

This commit is contained in:
Borrell.Guillem@bcg.com 2023-09-18 09:22:34 +02:00
parent ea468f8ce5
commit e8e7a3ee6f

12
pyproject.toml Normal file
View 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"