We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18b1bd commit 3767be8Copy full SHA for 3767be8
pyproject.toml
@@ -1,8 +1,12 @@
1
[tool.poetry]
2
name = "labthings-client"
3
version = "0.1.0"
4
-description = ""
5
-authors = ["Your Name <you@example.com>"]
+description = "A simple Python client for LabThings devices"
+authors = ["jtc42 <jtc9242@gmail.com>"]
6
+classifiers = [
7
+ "Topic :: System :: Hardware",
8
+ "Topic :: Internet :: WWW/HTTP"
9
+]
10
11
[tool.poetry.dependencies]
12
python = "^3.7"
0 commit comments