pyproject.toml: make this a proper project

This commit is contained in:
kosma 2025-04-25 13:48:32 +02:00
parent 7d3d9dccd7
commit ac2fc32cf2
2 changed files with 25 additions and 0 deletions

25
pyproject.toml Normal file
View File

@ -0,0 +1,25 @@
[project]
name = "praniebot"
version = "20250425"
authors = [
{ name="Małgorzata Gołąb" },
{ name="Kosma Moczek", email="kosma@kosma.pl" },
]
description = "PRANIE POWIEŚ KMURBWA"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"APScheduler",
"python-telegram-bot",
"pytz",
]
[project.scripts]
praniebot = "praniebot:main"
[project.urls]
Homepage = "https://git.hswro.org/lesnydziad/praniebot"