summaryrefslogtreecommitdiff
path: root/setuptools/command/setopt.py
Commit message (Expand)AuthorAgeFilesLines
* Retain case in setup.cfg during sdist. Fixes #2773.Jason R. Coombs2021-09-081-0/+1
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+1
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Use OrderedDict to retain deterministic ordering of version info in egg_info ...Jason R. Coombs2016-04-201-5/+2
* Preserve order of egg_info section in setup.cfgDavanum Srinivas2016-04-191-2/+5
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Use six for Python 2 compatibilityJason R. Coombs2014-07-051-3/+3
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-20/+25
* Normalize whitespace and importsJason R. Coombs2014-02-091-35/+16
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-2/+2
* Delete empty sections when their last option is deleted.PJ Eby2005-07-081-6/+6
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-5/+5
* * Added "rotate" command to delete old distribution files, given a set ofPJ Eby2005-07-081-0/+164