Merge pull request 'Init python project #5' (#6) from Romain/JacoBot:main into main

Reviewed-on: MDL29/JacoBot#6
Reviewed-by: HS-157 <hs-157@noreply.localhost>
This commit is contained in:
HS-157 2024-04-13 14:59:07 +00:00
commit 0f799f056d
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