Skip to content

Commit

Permalink
feat: Support PEP561
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertjulio authored and Stranger6667 committed Oct 1, 2020
1 parent 6a46ba6 commit bcbbf10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Changelog
Added
~~~~~

- Support PEP561 `#748`_
- Shortcut for calling & validation. `#738`_

`2.5.1`_ - 2020-09-30
Expand Down Expand Up @@ -1368,6 +1369,7 @@ Fixed
.. _0.3.0: https://github.com/schemathesis/schemathesis/compare/v0.2.0...v0.3.0
.. _0.2.0: https://github.com/schemathesis/schemathesis/compare/v0.1.0...v0.2.0

.. _#748: https://github.com/schemathesis/schemathesis/issues/748
.. _#738: https://github.com/schemathesis/schemathesis/issues/738
.. _#721: https://github.com/schemathesis/schemathesis/issues/721
.. _#719: https://github.com/schemathesis/schemathesis/issues/719
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ readme = "README.rst"
repository = "https://github.com/schemathesis/schemathesis"
homepage = "https://github.com/schemathesis/schemathesis"
license = "MIT"
include = ["src/schemathesis/py.typed"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down
Empty file added src/schemathesis/py.typed
Empty file.

0 comments on commit bcbbf10

Please sign in to comment.