aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* Extract common behavior into a functioniterator-unpackJason R. Coombs2019-01-021-14/+11
* Avoid hanging indentJason R. Coombs2019-01-021-4/+8
* Rely on iterable unpacking to extract one element from generator expression.Jason R. Coombs2019-01-021-8/+8
* Backend should not say that setuptools is needed to buildPaul Moore2018-11-141-2/+2
* build_meta sdist directory delegate to --dist-dirBernat Gabor2018-09-161-4/+2
* build_meta.get_requires_for_build_sdist does not include wheelBernat Gabor2018-09-131-6/+5
* PEP 517 hook arguments are unicode, not str (and distutils objects to that)Paul Moore2018-08-201-1/+14
* BUG: look for dist-infos in subdirectoriesxoviat2017-10-191-4/+27
* FIX: drop the more contraversial changesxoviat2017-10-161-3/+0
* FIX: setup the correct environment before loading setup.pyxoviat2017-10-151-1/+2
* FIX: revert changesxoviat2017-10-151-2/+0
* build_meta: print dist_info directoriesxoviat2017-10-151-0/+2
* BUG: re-initialize the master working setxoviat2017-10-151-0/+3
* Renamed 'pep517' to 'build_meta'Jason R. Coombs2017-10-121-0/+148