hatch-fancy-pypi-readme: 22.5.0: pep517 build fails because is requires `hatch-fancy-pypi-readme` during build
Looks like now hatch-fancy-pypi-readme
requires its own code to pass pep517 build
+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting dependencies for wheel...
ERROR Missing dependencies:
hatch-fancy-pypi-readme>=22.4.0
Why not use during build `hatch-fancy-pypi-readme1 code from build tree? 🤔
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 27 (11 by maintainers)
Commits related to this issue
- Revert to a static PyPI readme :( — committed to hynek/hatch-fancy-pypi-readme by hynek 2 years ago
To confirm, my plan is to load all
project.entry-points.hatch
ifbuild-system.backend-path
is defined.So to make this work:
Does that sound right?
See the discussion in https://github.com/pypa/wheel/issues/429 for some details.
fixed by 2f17c36 💔