aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-1/+1
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-86/+127
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-7/+7
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-19/+19
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-10/+10
* Fix only detecting the revision number of the setup directory, not thePJ Eby2005-07-161-7/+7
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-14/+55
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-19/+19
* Changed --tag-svn-revision to include an "r" in front of the revisionPJ Eby2005-07-091-1/+1
* The "egg_info" command now always sets the distribution metadata to "safe"PJ Eby2005-07-081-9/+9
* Slightly changed the format of the generated version when you usePJ Eby2005-07-071-1/+1
* Added ``egg_info`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-0/+164