-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
36 lines (32 loc) · 1.18 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
32
33
34
35
36
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "xontrib-prompt-bar"
version = "0.5.9"
description = "The bar prompt for xonsh shell with customizable sections and Starship support."
readme = "README.md"
license = { text = "BSD" }
authors = [{ name = "anki", email = "[email protected]" }]
requires-python = ">=3.6"
keywords = ["xonsh", "shell", "theme", "prompt"]
classifiers = [
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Unix Shell",
"Topic :: System :: Shells",
"Topic :: System :: System Shells",
"Topic :: Terminals",
"Topic :: System :: Networking",
"License :: OSI Approved :: BSD License"
]
dependencies = ["xonsh"]
[project.urls]
"Homepage" = "https://github.com/anki-code/xontrib-prompt-bar"
"Documentation" = "https://github.com/anki-code/xontrib-prompt-bar/blob/master/README.md"
"Code" = "https://github.com/anki-code/xontrib-prompt-bar"
"Issue tracker" = "https://github.com/anki-code/xontrib-prompt-bar/issues"
[tool.setuptools]
package-dir = {"xontrib" = "xontrib"}