Skip to content

Added suggestions from check-manifest -v are still ignored #169

@stevepiercy

Description

@stevepiercy

I ran check-manifest -v. It provided a helpful suggestion to add two rules to MANIFEST.in, and I added those rules. When I run check-manifest -v a second time, I still get the same suggestion.

$ bin/check-manifest -v
listing source files under version control: 84 files and directories
building an sdist: plone_sphinx_theme-0.0.3.dev0.tar.gz: 82 files and directories
copying source files to a temporary directory
building a clean sdist: plone_sphinx_theme-0.0.3.dev0.tar.gz: 82 files and directories
lists of files in version control and sdist do not match!
missing from sdist:
  .readthedocs.yaml
  .vale.ini
suggested MANIFEST.in rules:
  include *.yaml
  include .vale.ini

If I change both include rules to exclude rules, then I get no suggestions. But I want to include them in the sdist, not exclude them.

Could it be that the leading period or dot . causes the problem?

The source repo to clone and reproduce the issue is https://github.com/plone/plone-sphinx-theme.

Metadata

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