Skip to content

Commit 5a59ce7

Browse files
author
Joel Collins
committed
Added py.typed
1 parent 63b4c1f commit 5a59ce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ classifiers = [
1010
"Topic :: Software Development :: Libraries :: Application Frameworks",
1111
"Topic :: Internet :: WWW/HTTP :: WSGI"
1212
]
13+
include = ["src/labthings/py.typed"]
1314

1415
[tool.poetry.dependencies]
1516
python = "^3.6"
@@ -45,6 +46,5 @@ ensure_newline_before_comments = true
4546
line_length = 88
4647

4748
[build-system]
48-
requires = ["poetry>=0.12"]
49-
build-backend = "poetry.masonry.api"
50-
49+
requires = ["poetry-core>=1.0.0"]
50+
build-backend = "poetry.core.masonry.api"

src/labthings/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)