19 lines
346 B
TOML
19 lines
346 B
TOML
[tool.poetry]
|
|
name = "barmanager"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Shobu Ser'Hao <shobu_serhao@proton.me>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
docopt = "^0.6.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
barmanager = "barmanager:main"
|