History¶
0.2¶
Features¶
Support testing against live distribution packages that don’t provide wheels by computing the metadata from the sdist, and against packages that require their own source code to be importable from
setup.py(#105)Use inline arrays and tables for keys within the
projectkey, matching setuptools documentation. (#112)
Bugfixes¶
When building documentation on ReadTheDocs, use a full (non-shallow) clone and ignore local modifications, in order to get the right version number (#99)
Explicitly list
packagingas a dependency sopipxinstalls it in the virtual environment instead of relying onsetuptoolsto pull it in. (#100)Add fixes to handle
READMEdata specified insetup.pyinstead ofsetup.cfg. (#102)Fix converting README
file:directive with whitespace, such asfile: README.rst. (#111)Avoid adding empty
nameandemailfields inauthorsandmaintainers. An emptynameprovides no information, and an emptyemailis not accepted by setuptools. (#117)Require
setuptools>=66.1when running on Python 3.12 (#139)
Deprecations and Removals¶
Deprecate setup-to-pyproject console script in favor of setuptools-pyproject-migration to support
pipx run(#107)
Misc¶
0.1.0¶
Features¶
Bugfixes¶
Set the long description content type to Markdown in order to (hopefully) make the description render properly on PyPI. (#99)