mirror of
https://github.com/Kizuren/LidlConnect.py.git
synced 2025-12-21 21:16:13 +01:00
20 lines
429 B
TOML
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"
|