cpython/Lib/packaging
Éric Araujo c8f9c81cfa Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
In dry-run mode, packaging commands should log the same info as in real
operation and should collect the same files in self.outputs, so that
users can run a command in verbose and dry-run mode to see exactly what
operations will be done in the real run.
2011-09-10 18:10:23 +02:00
..
command Fix usage of dry-run in packaging bdist_wininst and install_distinfo. 2011-09-10 18:10:23 +02:00
compiler
pypi
tests Fix determination of Metadata version in packaging (#8933). 2011-09-10 05:22:48 +02:00
__init__.py
_trove.py Update list of trove classifiers to match PyPI 2011-08-30 19:05:46 +02:00
compat.py
config.py Minor improvement to extensions in setup.cfg: check parent package 2011-09-01 07:01:13 +02:00
create.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
database.py Fix typo 2011-08-19 00:53:20 +02:00
depgraph.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
dist.py Remove display options (--name, etc.) from the Distribution class. 2011-08-30 00:55:02 +02:00
errors.py
fancy_getopt.py
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Fix determination of Metadata version in packaging (#8933). 2011-09-10 05:22:48 +02:00
run.py Move help texts near to the function they’re related to 2011-08-30 22:23:52 +02:00
util.py Clean up packaging.util: add __all__, remove some unused functions. 2011-09-01 05:11:29 +02:00
version.py