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 63b4c1f commit 5a59ce7Copy full SHA for 5a59ce7
pyproject.toml
@@ -10,6 +10,7 @@ classifiers = [
10
"Topic :: Software Development :: Libraries :: Application Frameworks",
11
"Topic :: Internet :: WWW/HTTP :: WSGI"
12
]
13
+include = ["src/labthings/py.typed"]
14
15
[tool.poetry.dependencies]
16
python = "^3.6"
@@ -45,6 +46,5 @@ ensure_newline_before_comments = true
45
46
line_length = 88
47
48
[build-system]
-requires = ["poetry>=0.12"]
49
-build-backend = "poetry.masonry.api"
50
-
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
src/labthings/py.typed
0 commit comments