Basic structure

This commit is contained in:
Juan Luis Cano Rodríguez
2021-08-18 10:48:51 +02:00
commit 35d2c35a82
10 changed files with 349 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "lumache"
authors = [{name = "Graziella", email = "graziella@lumache"}]
dynamic = ["version", "description"]