start poetry

This commit is contained in:
Pablo Martin 2024-06-03 17:52:21 +02:00
parent a15e3d4d2b
commit 518ff5b85d
3 changed files with 14 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[tool.poetry]
name = "xexe"
version = "0.1.0"
description = ""
authors = ["Pablo Martin <pablo.martin@superhog.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"