File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ recursive-include invoke/completion *
5
5
recursive-include sites *
6
6
recursive-exclude sites/*/_build *
7
7
include dev-requirements.txt
8
+ recursive-include * py.typed
8
9
recursive-include tests *
9
10
recursive-exclude * *.pyc *.pyo
10
11
recursive-exclude **/__pycache__ *
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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.
5
8
- :release: `2.1.1 <2023-05-01> `
6
9
- :bug: `934 ` The `importlib ` upgrade in 2.1 had a corner case bug (regarding
7
10
``from . import <submodule> `` functionality within package-like task trees)
You can’t perform that action at this time.
0 commit comments