Releases: wimglenn/setuptools-ext
Releases · wimglenn/setuptools-ext
0.9
What's Changed
- wrap build_sdist hook. closes #13 by @wimglenn in #16
- drop support for Python 3.7. Python 3.8+ required.
Full Changelog: 0.8...0.9
0.8
What's Changed
- Indicate setuptools-ext version in WHEEL file by @wimglenn in #15
Full Changelog: 0.7...0.8
0.7
What's Changed
- Generalise the wheel update procedure, thus making it easy for other backends to do the same tricks by @pelson in #12
New Contributors
Full Changelog: 0.6...0.7
0.4
- Require setuptools >= 61.0.0 only on Python 3.7+, this forces support for reading metadata from
pyproject.toml
when possible without constraining usage on older Python versions (which may still read their metadata from setup.cfg
)
0.2
- header fields are case-insensitive
- more forgiving of accidentally using a string instead of a list
- avoid a redundant home-page and project-url duplication
- strip out any "UNKNOWN" fields stuck in there by distutils
- requires python 3.6+
0.1
- Initial release. Only bdist support for now, sdist will come later..