Skip to content

Releases: wimglenn/setuptools-ext

0.9

29 Apr 08:27
Compare
Choose a tag to compare

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

29 Apr 08:15
676c0c4
Compare
Choose a tag to compare
0.8

What's Changed

  • Indicate setuptools-ext version in WHEEL file by @wimglenn in #15

Full Changelog: 0.7...0.8

0.7

29 Apr 02:02
6853bf0
Compare
Choose a tag to compare
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.6

17 Apr 22:01
c7d71bb
Compare
Choose a tag to compare
0.6

What's Changed

  • Ensure long metadata lines aren't wrapped. Closes #9 by @wimglenn in #10

Full Changelog: 0.5...0.6

0.5

27 Oct 06:58
Compare
Choose a tag to compare
0.5

0.4

22 Apr 04:58
fc0597e
Compare
Choose a tag to compare
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

21 Apr 06:49
Compare
Choose a tag to compare
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

20 Apr 09:01
335fb36
Compare
Choose a tag to compare
0.1
  • Initial release. Only bdist support for now, sdist will come later..