-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
27 lines (25 loc) · 907 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
[project]
name = "powerline-diskspace"
version = "0.1.2"
authors = [{ name="Andrei Bârsan" }]
description = "A Powerline segment for displaying local disk utilization."
license = "MIT"
readme = "README.md"
requires-python = ">=3.8"
homepage = "https://github.com/AndreiBarsan/powerline-diskspace"
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
]
[project.urls]
Homepage = "https://github.com/AndreiBarsan/powerline-diskspace"
Issues = "https://github.com/AndreiBarsan/powerline-diskspace/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"