summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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