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 b9f0bfc commit d279815Copy full SHA for d279815
pyproject.toml
@@ -2,7 +2,14 @@
2
name = "labthings"
3
version = "0.4.0"
4
description = "Python implementation of LabThings, based on the Flask microframework"
5
+readme = "README.md"
6
+repository = "https://github.com/labthings/python-labthings/"
7
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
+]
13
14
[tool.poetry.dependencies]
15
python = "^3.6"
0 commit comments