cpython/Lib/packaging
2011-08-31 16:12:31 +02:00
..
command Fix packaging command registry to let Windows machines find bdist_msi 2011-08-31 16:12:31 +02:00
compiler Packaging: remove last mentions and uses of setup.py in the code. 2011-06-16 23:34:55 +02:00
pypi Fix typo 2011-06-19 18:53:31 +02:00
tests Make bdist_* commands respect --skip-build passed to bdist (#10946). 2011-08-30 01:42:50 +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 packaging: Add the project directory to sys.path to support local setup hooks. 2011-06-19 21:23:43 +02:00
create.py Improve “pysetup create” help messages. 2011-08-19 00:56:57 +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 Re-apply distutils2 changes lost before the merge of packaging. 2011-05-31 18:04:32 +02:00
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Remove class that was only useful with Sphinx autodoc 2011-08-19 00:53:04 +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 Fix wrong use of root logger in packaging (also a NameError) 2011-08-04 17:17:07 +02:00
version.py