Skip to content

Commit 3767be8

Browse files
authored
Update pyproject.toml
1 parent a18b1bd commit 3767be8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[tool.poetry]
22
name = "labthings-client"
33
version = "0.1.0"
4-
description = ""
5-
authors = ["Your Name <[email protected]>"]
4+
description = "A simple Python client for LabThings devices"
5+
authors = ["jtc42 <[email protected]>"]
6+
classifiers = [
7+
"Topic :: System :: Hardware",
8+
"Topic :: Internet :: WWW/HTTP"
9+
]
610

711
[tool.poetry.dependencies]
812
python = "^3.7"

0 commit comments

Comments
 (0)