-------------------
- **Bugfix**: Now *actually* discard *all* empty keywords
- Split off the wheel filename processing code into its own package,
[wheel-filename](https://github.com/jwodder/wheel-filename). Wheel-Inspect
currently re-exports `ParsedWheelFilename` and `parse_wheel_filename()` from
this library in order to maintain API compatibility with earlier versions,
but this may change in the future.
- Adjusted the schema to indicate that `.dist_info.metadata.description` may be
`null`
- Binary extension modules and modules located in `*.data/{purelib,platlib}`
are now included in `.derived.modules`