Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove useless exclude declaration in MANIFEST.in #16

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

arenevier
Copy link

examples/update.sh is not included by the recursive-include rule above. This results in the following warning when building a source distribution:
warning: no previously-included files found matching 'examples/update.sh

examples/update.sh is not included by the  recursive-include rule above.
This results in the following warning when building a source
distribution:
warning: no previously-included files found matching 'examples/update.sh
@ggrossetie
Copy link
Member

That's a bit weird no? We do have a recursive-include examples rule but examples/update.sh is not included?

@arenevier
Copy link
Author

@ggrossetie : not really. The rule is recursive-include examples blockdiagrc *.diag *.png *.svg

It includes all diag, png, svg files. But not .sh files.

@ggrossetie
Copy link
Member

I see, so the first argument is the directory/path and the rest are file patterns?

@ggrossetie ggrossetie merged commit 114c474 into yuzutech:master Jul 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants