Skip to content

Commit 609e710

Browse files
committed
Add packaging information
Signed-off-by: Nicolai Buchwitz <nb@tipi-net.de>
1 parent b8a7c14 commit 609e710

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[project]
2+
name = "uhubctl"
3+
version = "0.0.1"
4+
authors = [
5+
{ name="Nicolai Buchwitz", email="nb@tipi-net.de" },
6+
]
7+
description = "A basic Python wrapper for uhubctl"
8+
readme = "README.md"
9+
license = { file="LICENSE" }
10+
requires-python = ">=3.5"
11+
classifiers = [
12+
"Programming Language :: Python :: 3",
13+
"License :: OSI Approved :: MIT License",
14+
"Operating System :: OS Independent",
15+
]
16+
17+
[project.urls]
18+
"Homepage" = "https://github.com/nbuchwitz/python3-uhubctl"
19+
"Bug Tracker" = "https://github.com/nbuchwitz/python3-uhubctl/issues"

0 commit comments

Comments
 (0)