start poetry
This commit is contained in:
parent
a15e3d4d2b
commit
518ff5b85d
3 changed files with 14 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
||||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
xexe/__init__.py
Normal file
0
xexe/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue