[BUG] propagating egg.info/SOURCES.txt
despite being excluded via MANIFEST.in
#4510
Labels
egg.info/SOURCES.txt
despite being excluded via MANIFEST.in
#4510
setuptools version
setuptools==71.1.0
Python version
3.12.4
OS
macOS Sonoma 14.5
Additional environment information
build==1.2.1
Description
I have a
MANIFEST.in
that looks like this:When I editably install, its
SOURCES.txt
looks like this, and it looks great:Next, when I run
python -m build --sdist
, I get the following output:Please note that it copies the
.egg-info/SOURCES.txt
. This is not supposed to happen, as I excluded it as part of theglobal-exclude
in myMANIFEST.in
.What is interesting is all other
.egg-info
files were not copied, justSOURCES.txt
was copied. This is why I think this is a bugExpected behavior
I expect the
.egg-info/SOURCES.txt
to be excluded as that was specified inMANIFEST.in
How to Reproduce
See above
Output
See above
The text was updated successfully, but these errors were encountered: