-
Notifications
You must be signed in to change notification settings - Fork 53
/
pyproject.toml
28 lines (26 loc) · 885 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]
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"