-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (28 loc) · 1.1 KB
/
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
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 61.0"]
[project]
authors = [
{name = "Ingmar Mueller", email = "[email protected]"},
{name = "Mario Macai", email = "[email protected]"},
{name = "Melissa Schmidt", email = "[email protected]"},
{name = "Georgia Moldovan", email = "[email protected]"},
{name = "Felix Stark", email = "[email protected]"},
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
dependencies = ["requests >= 2.27.1"]
description = "A python library to access the Awattar Energy Price API."
keywords = ["awattar", "kfw", "api", "cloud"]
name = "smart-energy.awattar-api"
readme = "README.md"
requires-python = ">=3.7"
version = "0.2.0"
[project.optional-dependencies]
dev = ["black", "pylint", "pytest", "python-dotenv", "pre-commit"]
[project.urls]
"Bug Tracker" = "https://github.com/openkfw/smartenergy.awattar-api/issues"
"Homepage" = "https://github.com/openkfw/smartenergy.awattar-api"