[tool.poetry] name = "barmanager" version = "0.1.0" description = "" authors = ["Shobu Ser'Hao "] 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"