Skip to content

Commit

Permalink
Made ServoX PEP 561 compliant (see eg. python-poetry/poetry#1338 (com…
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalosak committed Oct 14, 2021
1 parent 53078f3 commit dbbc1f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
packages = [
{ include = "servo" },
]
include = ["README.md", "CHANGELOG.md"]
include = ["README.md", "CHANGELOG.md", "servo/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
Empty file added servo/py.typed
Empty file.

0 comments on commit dbbc1f2

Please sign in to comment.