pycarbontracer/pyproject.toml

23 lines
668 B
TOML
Raw Permalink Normal View History

2023-08-16 09:28:38 +00:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pycarbontracer"
version = "0.9.1"
2023-08-16 09:28:38 +00:00
authors = [
{ name="Kumi Mitterer", email="pycarbontracer@kumi.email" },
2023-08-16 09:28:38 +00:00
]
description = "Simple Python wrapper to fetch data from CarbonTracer (carbontracer.uni-graz.at)"
2023-08-16 09:28:38 +00:00
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://kumig.it/kumitterer/pycarbontracer"
"Bug Tracker" = "https://kumig.it/kumitterer/pycarbontracer/issues"