File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ In development
2+ --------------
3+
4+ * #890: Revert #849. ``global-exclude .foo `` will not match all
5+ ``*.foo `` files any more. Package authors must add an explicit
6+ wildcard, such as ``global-exclude *.foo ``, to match all
7+ ``.foo `` files. See #886, #849.
8+
19v31.0.1
210-------
311
@@ -132,7 +140,11 @@ v28.5.0
132140
133141* #810: Tests are now invoked with tox and not setup.py test.
134142* #249 and #450 via #764: Avoid scanning the whole tree
135- when building the manifest.
143+ when building the manifest. Also fixes a long-standing bug
144+ where patterns in ``MANIFEST.in `` had implicit wildcard
145+ matching. This caused ``global-exclude .foo `` to exclude
146+ all ``*.foo `` files, but also ``global-exclude bar.py `` to
147+ exclude ``foo_bar.py ``.
136148
137149v28.4.0
138150-------
You can’t perform that action at this time.
0 commit comments