Skip to content

Commit

Permalink
Add py.typed to MANIFEST.in to include in source distributions (#1905)
Browse files Browse the repository at this point in the history
* Add py.typed to MANIFEST.in to ensure it gets included in source distributions

* Update AUTHORS and CHANGELOG

Co-authored-by: Steven Loria <[email protected]>
  • Loading branch information
bwindsor and sloria authored Nov 8, 2021
1 parent 3522503 commit 53d1d12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ Contributors (chronological)
- Jochen Kupperschmidt `@homeworkprod <https://github.com/homeworkprod>`_
- `@yourun-proger <https://github.com/yourun-proger>`_
- Ryan Morehart '@traherom <https://github.com/traherom>`_
- Ben Windsor '@bwindsor <https://github.com/bwindsor>`_
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

3.14.1 (unreleased)
*******************

Bug fixes:

- Fix publishing type hints per `PEP-561 <https://www.python.org/dev/peps/pep-0561/>`_.
Thanks :user:`bwindsor` for the catch and patch.

3.14.0 (2021-10-17)
*******************

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include *.rst NOTICE
include src/marshmallow/py.typed
recursive-include tests *
recursive-include examples *
recursive-include docs *
Expand Down

0 comments on commit 53d1d12

Please sign in to comment.