• Xavier Thompson's avatar
    [fix] Allow only installable DEVELOP_DIST in index · a9f7e496
    Xavier Thompson authored
    The package index considers may yield dists found on its local
    search_path - sys.path by default - in addition to its index_url.
    
    This commit discards such dists when they do not contain a setup.py
    nor a pyproject.toml, as a good heuristic of whether they will be
    installable or not.
    a9f7e496
easy_install.py 72.3 KB