Skip to content

Commit d279815

Browse files
author
Joel Collins
committed
Added extra project info
1 parent b9f0bfc commit d279815

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
name = "labthings"
33
version = "0.4.0"
44
description = "Python implementation of LabThings, based on the Flask microframework"
5+
readme = "README.md"
6+
repository = "https://github.com/labthings/python-labthings/"
57
authors = ["jtc42 <jtc9242@gmail.com>"]
8+
classifiers = [
9+
"Topic :: System :: Hardware",
10+
"Topic :: Software Development :: Libraries :: Application Frameworks",
11+
"Topic :: Internet :: WWW/HTTP :: WSGI"
12+
]
613

714
[tool.poetry.dependencies]
815
python = "^3.6"

0 commit comments

Comments
 (0)