praiskup / argparse-manpage

Automatically build man-pages for your Python project
Apache License 2.0
40 stars 21 forks source link

Can't seem to put `build_manpages` in `pyproject.toml` #78

Closed rrthomas closed 1 year ago

rrthomas commented 1 year ago

I tried moving my build_manpages setting from setup.cfg to pyproject.toml and got the following error from python -m build (argparse-manpage 4):

running build_manpages
error: 'manpages' option is required
rrthomas commented 1 year ago

This issue was fixed by PR #84.