15 lines
284 B
TOML
15 lines
284 B
TOML
|
[tool.poetry]
|
||
|
name = "sousmargot"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|