Skip to content

Commit

Permalink
Distribute type data (PEP 561) (#283)
Browse files Browse the repository at this point in the history
* Type check `ward.testing`

* Distribute type data (PEP 561)

Co-authored-by: Darren Burns <darrenb900@gmail.com>
  • Loading branch information
hukkin and darrenburns committed Jul 9, 2021
1 parent b8ff231 commit a4a0b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing",
]
include = ["ward/py.typed"]

[tool.poetry.dependencies]
python = "^3.6.1"
Expand Down
1 change: 1 addition & 0 deletions ward/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561

0 comments on commit a4a0b7c

Please sign in to comment.