We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a7c14 commit 609e710Copy full SHA for 609e710
1 file changed
pyproject.toml
@@ -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