Skip to content

Commit

Permalink
Merge pull request #936 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
Don't forget to add `py.typed` file to package metadata
  • Loading branch information
bitprophet committed May 15, 2023
2 parents d9d2f06 + 63ad2bd commit 616b23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ recursive-include invoke/completion *
recursive-include sites *
recursive-exclude sites/*/_build *
include dev-requirements.txt
recursive-include * py.typed
recursive-include tests *
recursive-exclude * *.pyc *.pyo
recursive-exclude **/__pycache__ *
3 changes: 3 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

- :support:`936 backported` Make sure ``py.typed`` is in our packaging
manifest; without it, users working from a regular installation
can't perform type checks. Thanks to Nikita Sobolev for catch & patch.
- :release:`2.1.1 <2023-05-01>`
- :bug:`934` The `importlib` upgrade in 2.1 had a corner case bug (regarding
``from . import <submodule>`` functionality within package-like task trees)
Expand Down

0 comments on commit 616b23a

Please sign in to comment.