• Éric Araujo's avatar
    Remove display options (--name, etc.) from the Distribution class. · 5e48c78e
    Éric Araujo yazdı
    These options were used to implement “setup.py --name”,
    “setup.py --version”, etc. which are now handled by the pysetup metadata
    action or direct parsing of the setup.cfg file.
    
    As a side effect, the Distribution class no longer accepts a 'url' key
    in its *attrs* argument: it has to be 'home-page' to be recognized as a
    valid metadata field and passed down to the dist.metadata object.
    
    I cleaned up some comments, docstrings and code along the way.
    5e48c78e
Adı
Son kayıt (commit)
Son güncelleme
..
fake_dists Loading commit data...
fixer Loading commit data...
pypiserver Loading commit data...
LONG_DESC.txt Loading commit data...
PKG-INFO Loading commit data...
SETUPTOOLS-PKG-INFO Loading commit data...
SETUPTOOLS-PKG-INFO2 Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
pypi_server.py Loading commit data...
pypi_test_server.py Loading commit data...
support.py Loading commit data...
test_ccompiler.py Loading commit data...
test_command_bdist.py Loading commit data...
test_command_bdist_dumb.py Loading commit data...
test_command_bdist_msi.py Loading commit data...
test_command_bdist_wininst.py Loading commit data...
test_command_build.py Loading commit data...
test_command_build_clib.py Loading commit data...
test_command_build_ext.py Loading commit data...
test_command_build_py.py Loading commit data...
test_command_build_scripts.py Loading commit data...
test_command_check.py Loading commit data...
test_command_clean.py Loading commit data...
test_command_cmd.py Loading commit data...
test_command_config.py Loading commit data...
test_command_install_data.py Loading commit data...
test_command_install_dist.py Loading commit data...
test_command_install_distinfo.py Loading commit data...
test_command_install_headers.py Loading commit data...
test_command_install_lib.py Loading commit data...
test_command_install_scripts.py Loading commit data...
test_command_register.py Loading commit data...
test_command_sdist.py Loading commit data...
test_command_test.py Loading commit data...
test_command_upload.py Loading commit data...
test_command_upload_docs.py Loading commit data...
test_compiler.py Loading commit data...
test_config.py Loading commit data...
test_create.py Loading commit data...
test_cygwinccompiler.py Loading commit data...
test_database.py Loading commit data...
test_depgraph.py Loading commit data...
test_dist.py Loading commit data...
test_extension.py Loading commit data...
test_install.py Loading commit data...
test_manifest.py Loading commit data...
test_markers.py Loading commit data...
test_metadata.py Loading commit data...
test_mixin2to3.py Loading commit data...
test_msvc9compiler.py Loading commit data...
test_pypi_dist.py Loading commit data...
test_pypi_server.py Loading commit data...
test_pypi_simple.py Loading commit data...
test_pypi_xmlrpc.py Loading commit data...
test_run.py Loading commit data...
test_uninstall.py Loading commit data...
test_unixccompiler.py Loading commit data...
test_util.py Loading commit data...
test_version.py Loading commit data...