• Paul Ganssle's avatar
    Add support for setup.cfg-only projects · 179115b1
    Paul Ganssle authored
    Many projects can get away with an empty `setup.py` and use *only* the
    declarative `setup.cfg`. With the new PEP 517 backend, we can supply a
    default empty `setup.py` if one is not provided.
    179115b1
test_build_meta.py 9.25 KB