mirror of
https://github.com/Kizuren/LidlConnect.py.git
synced 2025-12-22 13:36:24 +01:00
Added pyproject.toml
This commit is contained in:
parent
fd3cc2bdd6
commit
d8fc78fc9d
1 changed files with 20 additions and 0 deletions
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue