LidlConnect.py/pyproject.toml
2025-05-24 01:25:51 +02:00

20 lines
432 B
TOML

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