]> granicus.if.org Git - python/commit
Stop converting package_data to extra_files in pysetup create (#13712).
authorÉric Araujo <merwok@netwok.org>
Sun, 5 Feb 2012 09:26:16 +0000 (10:26 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 5 Feb 2012 09:26:16 +0000 (10:26 +0100)
commitdcfcb6458206a7cf6e61e8f91f756e62137125fe
tree8a7e1ae6eef75b580b428518cbc4540dc90cdad2
parent31aefde8760c3d407ffe8dc044e5ae8f5daeb12c
Stop converting package_data to extra_files in pysetup create (#13712).

pysetup create, the setup.cfg creation helper, used to convert
package_data (from an existing setup.py) into extra_files, the
replacement for MANIFEST.in, but these files are only present in sdists,
not installed: they don’t have the same use case at all, so converting
one into the other did not work.
Lib/packaging/create.py
Lib/packaging/tests/test_create.py
Misc/NEWS