File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ recursive-include setuptools *.py *.exe *.xml *.tmpl
22recursive-include tests *.py
33recursive-include setuptools/tests *.html
44recursive-include docs *.py *.txt *.rst *.conf *.css *.css_t Makefile indexsidebar.html
5- recursive-include setuptools/_vendor *.py *.txt
5+ recursive-include setuptools/_vendor *
66recursive-include pkg_resources *.py *.txt
77recursive-include pkg_resources/tests/data *
88recursive-include tools *
Original file line number Diff line number Diff line change 1+ Include all vendored files in the sdist.
Original file line number Diff line number Diff line change @@ -318,7 +318,6 @@ def test_wheel_includes_cli_scripts(setuptools_wheel):
318318 assert any ('cli-64.exe' in member for member in contents )
319319
320320
321- @pytest .mark .xfail (reason = "#4480" )
322321def test_wheel_includes_vendored_metadata (setuptools_wheel ):
323322 with ZipFile (setuptools_wheel ) as zipfile :
324323 contents = [f .replace (os .sep , '/' ) for f in zipfile .namelist ()]
You can’t perform that action at this time.
0 commit comments