Initial commit
This commit is contained in:
commit
3f72a321dd
12 changed files with 973 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue