Skip to content

Commit

Permalink
Include py.typed file in MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 18, 2021
1 parent 522c154 commit 62630db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

2.4.1
++++++++++++++++++

* Previously, the ``py.typed`` file was not being added to the source
distribution. It is now explicitly specified in the manifest.

2.4.0 (2021-08-26)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include HISTORY.rst README.rst LICENSE
include HISTORY.rst README.rst LICENSE minfraud/py.typed
recursive-include tests *
recursive-include docs *
recursive-exclude docs *.pyc
Expand Down

0 comments on commit 62630db

Please sign in to comment.