mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
dcfcb64582
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.