Initial commit

This commit is contained in:
Andréas Livet 2022-07-05 11:50:48 +02:00
commit 7990efc623
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"]