This release adds support for Setuptools' PEP-660 editable installations,
drops support for Python 3.6, and supports startlingly old git versions.
With thanks to Biastian Zim, Michał Górny, Igor S. Gerasimov, Christian Clauss,
Anderson Bravalheri and Simão Afonso for contributions.
* FIX: Adequate custom `build_py` command to changes in setuptools v64 by abravalheri (313)
* FIX: skip version update on `build_ext` if .py does not exist by mgorny (297)
* FIX: old GIT (<1.7.2) does not know about `--count` flag by foxtran (306)
* FIX: Use only numeric versions in Git, ignore other tags with the same prefix by effigies (256)
* FIX: Handle missing `tag_prefix` gracefully by effigies (308)
* FIX: Restore `py_modules` field to setup.py by effigies (293)
* ENH: Patch versioneer files into manifest at runtime by effigies (309)
* STY: Undefined name: VersioneerBadRootError on line 51 by cclauss (305)
* STY: Appease flake8 by simaoafonso-pwt (312)
* MNT: Drop 3.6 support, remove old hacks by effigies (288)
* MNT: Clarify license as CC0-1.0 by BastianZim (292)
* MNT: Drop distutils by effigies (289)
* MNT: Disable editable installs of versioneer (they will not work) by effigies (307)
* CI: Update gh-actions PLATFORM variable to avoid double-testing by effigies (311)