29 lines
582 B
TOML
29 lines
582 B
TOML
[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"
|
|
|
|
[tool.setuptools]
|
|
py-modules = ["praniebot"]
|