cpython/Lib/setuptools/command
Phillip J. Eby 54ddd23987 Split `get_platform() into get_supported_platform()` and
``get_build_platform()`` to work around a Mac versioning problem that caused
the behavior of ``compatible_platforms()`` to be platform specific.
2006-04-18 15:30:05 +00:00
..
__init__.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
alias.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
bdist_egg.py Split `get_platform() into get_supported_platform()` and 2006-04-18 15:30:05 +00:00
bdist_rpm.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
build_ext.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
build_py.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
develop.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
easy_install.py Handle easy_install being run via -m with no __file__ if done from a 2006-04-18 04:31:46 +00:00
egg_info.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
install.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
install_egg_info.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
install_lib.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
install_scripts.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
rotate.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
saveopts.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
sdist.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
setopt.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
test.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00
upload.py Initial import of setuptools, with integrated tests. 2006-04-18 04:05:34 +00:00