Open
Description
When a man page is specified with manfile
, it does not seem to be automatically added to the manifest.
I'm a bit puzzled here on two counts:
- I do not in fact have this problem locally. When I run
python -m build
, ortox
on my package, the hand-written man page is added to the dist package. However, in my package's GitHub CI build, the file does not get added if I don't specify it inMANIFEST.in
. See https://github.com/rrthomas/psutils/actions/runs/5039682138/jobs/9037985492 for a failed build. - Presumably there is some way that one adds files to the manifest. After search both
argparse-manpage
's source code and the internet, I cannot discover how this is done! (Since themanfile
option is my code, I would like to fix it!)
Metadata
Assignees
Labels
No labels
Activity