aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove "upload" and "register" commands.Paul Ganssle2019-11-021-2/+1
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-251-1/+2
* dist_info: register commandxoviat2017-09-071-1/+1
* Added build_clib module and unit tests.Daniel Nunes2017-01-191-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Override upload command to load passwords from keyring when available and not...20.1Jason R. Coombs2016-02-111-1/+1
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-2/+3
* Remove upload command (no longer relevant on Python 2.6+Jason R. Coombs2013-11-241-5/+1
* Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr@infinidat.com)2011-10-071-0/+4
* Issue #244 raises ValueError in upload and register commands if using a secti...guyroz2011-09-201-5/+0
* Avoid shadowing the package fixes #80tarek2009-12-121-1/+1
* Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...tarek2009-11-151-0/+3
* Added a upload_docs command to upload project documentation to PyPI's package...Jannis Leidel2009-10-071-1/+1
* Remove sdist3 command again.Martin v. Löwis2009-09-121-1/+1
* Add sdist3 command.Martin v. Löwis2009-09-111-1/+1
* Work around a distutils bdist_wininst bug: if the user has specified anPJ Eby2006-12-291-1/+0
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-211-1/+2
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-1/+5
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+1
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-1/+1
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-1/+1
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-1/+1
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-1/+1
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-10/+3
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-1/+3
* * Added "rotate" command to delete old distribution files, given a set ofPJ Eby2005-07-081-1/+1
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-1/+1
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-211-1/+9
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-1/+1
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+11