Skip to content

What is meant by "warning: no previously-included files found matching..."? #4905

Closed Answered by abravalheri
Bernmeister asked this question in Q&A
Discussion options

You must be logged in to vote

If I am not mistaken, you don't need to worry about that one (it is a logging.warnging, not a warnings.warn).

Possibly happens because when you run python -m build the wheel is built from the sdist, which already does not contain the file? (MANIFEST.in predates wheel).

I suppose you can turn the warnings filter up if you want to check which warnings are actionable by exporting PYTHONWARNINGS=error?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Bernmeister
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants