setuptools icon indicating copy to clipboard operation
setuptools copied to clipboard

[Docs] Add more examples to MANIFEST.in explanation

Open jeanas opened this issue 1 year ago • 0 comments

Summary

I'm migrating https://github.com/pypa/packaging.python.org/issues/989 since the relevant document has moved here with #4108.

Posted by @shi-yan:

""" this is a poor document regarding manifest.in usage.

https://packaging.python.org/guides/using-manifest-in/

for example it doesn't contain any example for using recursive-include

recursive-include folder
recursive-include parent/folder

don't work at all.

it has to be

recursive-include folder *.html

"""

OS / Environment

No response

Additional Information

Examples should be added.

Code of Conduct

  • [X] I agree to follow the PSF Code of Conduct

jeanas avatar Dec 13 '23 19:12 jeanas