-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
28 lines (25 loc) · 908 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
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61.0"]
[project]
authors = [
{name = "Ingmar Mueller", email = "ingmar.mueller@kfw.de"},
{name = "Mario Macai", email = "mario.macai@accenture.com"},
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
dependencies = ["requests >= 2.27.1"]
description = "API library for the go-eCharger."
keywords = ["goecharger", "kfw", "api", "cloud"]
name = "smart-energy.goecharger-api"
readme = "README.md"
requires-python = ">=3.7"
version = "0.3.1"
[project.optional-dependencies]
dev = ["black", "pylint", "python-dotenv", "pytest", "pre-commit"]
[project.urls]
"Bug Tracker" = "https://github.com/openkfw/smartenergy.goecharger-api/issues"
"Homepage" = "https://github.com/openkfw/smartenergy.goecharger-api"