cpython/Lib/packaging
Éric Araujo dcfcb64582 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.
2012-02-05 10:26:16 +01:00
..
command Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
compiler Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
pypi
tests Stop converting package_data to extra_files in pysetup create (#13712). 2012-02-05 10:26:16 +01:00
__init__.py
_trove.py Update list of trove classifiers 2011-11-20 16:01:35 +01:00
compat.py
config.py Allow multiple values for package_data in setup.cfg (#11805). 2012-02-04 21:53:07 +01:00
create.py Stop converting package_data to extra_files in pysetup create (#13712). 2012-02-05 10:26:16 +01:00
database.py
depgraph.py
dist.py
errors.py
fancy_getopt.py
install.py
manifest.py
markers.py
metadata.py The error message should contain the key as given, not normalized. 2011-11-14 19:45:30 +01:00
run.py Fix a few typos 2011-11-14 18:18:15 +01:00
util.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
version.py