• Jim Fulton's avatar
    Added a buildout option, ``abi-tag-eggs`` · 5e10cfff
    Jim Fulton authored
    that, when true, causes the `ABI tag
    <https://www.python.org/dev/peps/pep-0425/#abi-tag>`_ for the buildout
    environment to be added to the eggs directory name.
    
    This is useful when switching Python implementations (e.g. CPython
    vs PyPI or debug builds vs regular builds), especially when
    environment differences aren't reflected in egg names.  It also has
    the side benefit of making eggs directories smaller, because eggs
    for different Python versions are in different directories.
    5e10cfff
LICENSE.txt 3.3 KB