sbs/pyproject.toml

16 lines
348 B
TOML
Raw Normal View History

2025-07-24 15:46:18 -04:00
[tool.poetry]
name = "sbs"
version = "0.0.1"
description = "Status Broadcast System creates a status report via Jira and Gemini"
authors = ["Steve Milner <smilner@redhat.com>"]
license = "GPLv3+"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"