pycarbontracer/pyproject.toml
Kumi c5d9c6f946
Update install command in README, bump version
- Updates the installation command in the README file to use the package name "pycarbontracer" instead of the repository URL
- Updates the version number in the "pyproject.toml" file from "0.9.0" to "0.9.1"
2023-08-23 10:03:40 +02:00

23 lines
No EOL
668 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pycarbontracer"
version = "0.9.1"
authors = [
{ name="Kumi Mitterer", email="pycarbontracer@kumi.email" },
]
description = "Simple Python wrapper to fetch data from CarbonTracer (carbontracer.uni-graz.at)"
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"