-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
40 lines (38 loc) · 1.32 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
37
38
39
40
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "lowbar"
version = "2.2.1"
authors = [
{ name="AnnikaV9", email="[email protected]" },
]
description = "The simplest no-nonsense progress bar for python."
readme = "docs/README.md"
license = "MIT"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience",
"Intended Audience :: System Administrators",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: User Interfaces",
"Topic :: System :: Installation/Setup",
"Topic :: System :: Logging",
"Topic :: System :: Monitoring",
"Topic :: System :: Shells",
"Topic :: Terminals",
"Topic :: Utilities"
]
[project.urls]
"Homepage" = "https://github.com/AnnikaV9/lowbar"
"Repository" = "https://github.com/AnnikaV9/lowbar"
"Bug Tracker" = "https://github.com/AnnikaV9/lowbar/issues"
"Changelog" = "https://github.com/AnnikaV9/lowbar/releases"