pyproject.toml: fix installation issue

This commit is contained in:
kosma 2025-04-25 14:03:33 +02:00
parent 1f78fc5575
commit b1c84cba03
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ praniebot = "praniebot:main"
[project.urls] [project.urls]
Homepage = "https://git.hswro.org/lesnydziad/praniebot" Homepage = "https://git.hswro.org/lesnydziad/praniebot"
[tool.setuptools]
py-modules = ["praniebot"]