1
0
Fork 0
powerline-gitstatus/pyproject.toml
Daniel Baumann 4eec748022
Adding upstream version 1.3.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:36:38 +02:00

28 lines
885 B
TOML

[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "powerline-gitstatus"
description = "A Powerline segment for showing the status of a Git working copy"
version = "1.3.3"
keywords = ["powerline git status prompt"]
license = {text = "MIT License"}
authors = [
{name = "Jasper N. Brouwer", email = "jasper@nerdsweide.nl"},
]
maintainers = [
{name ="Jérôme Charaoui", email = "jerome@riseup.net"},
]
classifiers = [
"Development Status :: 6 - Mature",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Terminals"
]
[project.urls]
Homepage = "https://github.com/jaspernbrouwer/powerline-gitstatus"
Repository = "https://github.com/jaspernbrouwer/powerline-gitstatus.git"
Issues = "https://github.com/jaspernbrouwer/powerline-gitstatus"