• PJ Eby's avatar
    Add a "Distribution" object that wraps a sys.path entry with metadata, and · 7311c34a
    PJ Eby authored
    can extract its name/version/pythonversion/platform if built from a .egg
    filename.  Later, distributions will be able to add themselves to sys.path
    and request that their dependencies be added as well.  Also, added some
    real-life version test cases supplied by jemfinch.
    
    --HG--
    branch : setuptools
    extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041001
    7311c34a
pkg_resources.py 22.1 KB