forked from skodaconnect/skodaconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (32 loc) · 984 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "skodaconnect"
authors = [
{name = "lendy007", email = "[email protected]"},
{name = "FarFar", email = "[email protected]"},
{name = "dvx76", email = "[email protected]"},
{name = "WebSpider", email = "[email protected]"}
]
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Development Status :: 4 - Beta",
"Operating System :: POSIX",
"Programming Language :: Python :: 3"
]
dynamic = ["version", "description"]
dependencies = [
"aiohttp",
"beautifulsoup4",
"cryptography",
"lxml",
"pyjwt"
]
requires-python = ">=3.7"
[project.urls]
Homepage = "https://github.com/skodaconnect"
Repository = "https://github.com/skodaconnect/skodaconnect.git"
"Bug Tracker" = "https://github.com/skodaconnect/skodaconnect/issues"