Init python project #5

This commit is contained in:
Romain 2024-04-13 16:53:06 +02:00
parent fc9430fc2b
commit aed5811aa9
4 changed files with 16 additions and 0 deletions

View File

View File

View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "jacovirt"
version = "0.1.0"
description = ""
authors = ["LPH"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

View File