Added pyproject.toml

This commit is contained in:
MarcUs7i 2025-05-24 01:23:10 +02:00
parent fd3cc2bdd6
commit d8fc78fc9d

20
pyproject.toml Normal file
View file

@ -0,0 +1,20 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "lidlconnect"
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"