LidlConnect.py/pyproject.toml
2025-07-15 13:01:57 +02:00

20 lines
429 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "LidlConnect.py"
version = "0.1.2"
description = "Python API client for Lidl Connect"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Kizuren", email = "info@kizuren.dev" }
]
dependencies = [
"bs4",
"requests"
]
[project.urls]
Homepage = "https://github.com/Kizuren/LidlConnect.py"