Skip to content

Pre-written manpages need to be added manually to MANIFEST.in #93

Open
@rrthomas

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:

  1. I do not in fact have this problem locally. When I run python -m build, or tox 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 in MANIFEST.in. See https://github.com/rrthomas/psutils/actions/runs/5039682138/jobs/9037985492 for a failed build.
  2. 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 the manfile option is my code, I would like to fix it!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions