su, 2019-07-14 kello 09:46 -0500, Matti Picus kirjoitti:
[clip]
> Questions:
> - Is the pain of adding a pyproject.toml worth it for using towncrier
> or should we o for another release-note solution
> - Is the addition of pyproject.toml problematic enough that I should
> break it out into a separa
For what it's worth, pyproject.toml seems to have been adopted without much
friction in SciPy. In some CI runs in SciPy, we use something like "pip
wheel --no-build-isolation -v -v -v" to disable the isolation in any case.
I suppose NumPy is indeed even closer to the base of the ecosystem, but the
In PR #13908 I implemented the previously-discussed new method of
creating the release notes: writing separate fragments and then
combining them at release time via towncrier. Towncrier requires a
PEP-508/PEP-517/PEP-518 pyproject.toml file for configuration, and