aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-8/+16
* Set sys.argv[0] in build scripts run by build_metaEmiel Wiedijk2019-05-151-0/+7
* build_meta: fix 2 issues with `build_wheel` / `build_sdist`Benoit Pierre2019-04-221-22/+25
* Fix error when wheels already exist in dist/Shashank Singh2019-04-221-7/+16
* Use pkg_resources.parse_requirements in build_metaPaul Ganssle2019-03-161-41/+2
* Add requirement parsing in setuptools.build_metaPaul Ganssle2019-03-161-1/+44
* Add support for setup.cfg-only projectsPaul Ganssle2019-02-071-3/+13
* Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-051-2/+2
* Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-031-0/+35
* Add __all__ to setuptools.build_metaPaul Ganssle2019-02-031-0/+6
* Wrap build_meta backend in a classPaul Ganssle2019-02-031-90/+97
* Merge pull request #1625 from pypa/bugfix/1623-always-targzJason R. Coombs2019-01-031-1/+1
|\
| * Always specify formats=gztar, overriding the project's legacy expectation tha...Jason R. Coombs2019-01-021-1/+1
* | 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