-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
plone/plone-sphinx-theme
#21Description
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.iniIf 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
Labels
No labels