Skip to content

Commit

Permalink
Added py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 24, 2020
1 parent 63b4c1f commit 5a59ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Internet :: WWW/HTTP :: WSGI"
]
include = ["src/labthings/py.typed"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down Expand Up @@ -45,6 +46,5 @@ ensure_newline_before_comments = true
line_length = 88

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Empty file added src/labthings/py.typed
Empty file.

0 comments on commit 5a59ce7

Please sign in to comment.