Initial commit

This commit is contained in:
Steve Milner 2025-07-24 15:46:18 -04:00 committed by Steve Milner
commit 3f72a321dd
12 changed files with 973 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[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"