pyproject.toml: make this a proper project
This commit is contained in:
parent
7d3d9dccd7
commit
ac2fc32cf2
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue