Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vendored Versioneer from 0.14 to 0.28
This is primarily done to remove its distutils dependency. Per the upgrade notes (see https://github.com/python-versioneer/python-versioneer/blob/master/UPGRADING.md), the configuration of Versioneer is moved into `setup.cfg` from `setup.py`. The other notes on upgrading between Versions 0.14 and 0.28 don't apply to our particular configuration as we're not presently using pyproject.toml. `versioneer.py` is also added to the Flake8 ignore list, as its format no longer conforms to our rules.
- Loading branch information