argparse-manpage
argparse-manpage copied to clipboard
Integration with Poetry?
I was able to hook argparse-manpage into poetry based project via: https://github.com/fedora-copr/resalloc-ibm-cloud/blob/da127c98f0e8b8ef19ed124eec9a83d2ac3679c0/build.py https://github.com/fedora-copr/resalloc-ibm-cloud/blob/da127c98f0e8b8ef19ed124eec9a83d2ac3679c0/pyproject.toml#L30-L32
Not sure if it is "good enough" for PyPI -> but with RPM where we should use %pyproject_wheel and %pyproject_install it is not working properly
- Manual pages are built, but not installed, that needs to be done manually
- the build system thinks that the package is arch-specific? because files are installed into
sitearch, notsitelib