summaryrefslogtreecommitdiff
path: root/setuptools/launch.py
Commit message (Collapse)AuthorAgeFilesLines
* catch some resource leaksmattip2020-07-021-1/+2
|
* Remove whitespace around parameter '=' sign.stepshal2016-07-141-3/+3
|
* Swap out hard tabs for spacesAlex Gaynor2016-04-101-18/+18
|
* Rather than re-use globals of setuptools.launch, build a unique namespace in ↵Jason R. Coombs2016-01-251-6/+13
| | | | which to launch the script. Prevents imports from occuring relative to 'setuptools' on Python 2. Ref #490.
* Add 'launch' hook, based on pip.utils.setuptools_buildJason R. Coombs2016-01-241-0/+28