8.4
8.4
- NEW: Drop support for Python 3.6.
- NEW: Switch to Hatch backend instead of Setuptools.
- NEW: Add new
exclude
option tofnmatch
,pathlib
, andglob
methods that allows exclusion patterns to be
specified directly without needing to enableNEGATE
and prepend patterns with!
.exclude
accepts a separate
pattern or pattern list.exclude
should not be used in conjunction withNEGATE
. One or the other should be used.