aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_egg.py
Commit message (Expand)AuthorAgeFilesLines
...
* Package scripts under EGG-INFO/scripts. Refactor subcommand invocationsPJ Eby2005-06-071-35/+35
* Add "safe_name" and "safe_version" functions to allow sanitizing ofPJ Eby2005-06-051-4/+4
* Ensure that the distribution name written to PKG-INFO is the same as thePJ Eby2005-05-301-2/+2
* Reorganize bdist_egg's handling of 'install_data' to better deal with thePJ Eby2005-05-301-10/+51
* Added options to alter eggs' version number by tagging with the subversionPJ Eby2005-05-291-48/+48
* Handle distributions with ' ' in their namesPJ Eby2005-05-291-1/+1
* Add experimental 'install_data' support to 'bdist_egg'. The most commonPJ Eby2005-05-281-26/+26
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-031-4/+4
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-38/+79
* Fix bootstrap loader so extracted files don't have to be on sys.path.PJ Eby2005-03-221-2/+2
* Create stub loaders for C extensions, so that the actual dynamic libraryPJ Eby2005-03-221-5/+49
* Allow user-supplied metadata from EGG-INFO.in directory (directory name canPJ Eby2005-03-211-1/+17
* Add python version to egg filename.PJ Eby2005-03-211-2/+3
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-211-0/+144