Skip to content

Commit 616b23a

Browse files
authored
Merge pull request #936 from sobolevn/patch-1
Don't forget to add `py.typed` file to package metadata
2 parents d9d2f06 + 63ad2bd commit 616b23a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ recursive-include invoke/completion *
55
recursive-include sites *
66
recursive-exclude sites/*/_build *
77
include dev-requirements.txt
8+
recursive-include * py.typed
89
recursive-include tests *
910
recursive-exclude * *.pyc *.pyo
1011
recursive-exclude **/__pycache__ *

sites/www/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

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

0 commit comments

Comments
 (0)