diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:40:37 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:40:37 -0500 |
| commit | f383c6d24fdb2faf8cbe070ce0983c6480630730 (patch) | |
| tree | 8f6907f03c15f8b075bcb777c44857d6c0353fac /docs | |
| parent | dbf57427babbfbf58086b27c0d1d9b3503892daa (diff) | |
| download | external_python_setuptools-f383c6d24fdb2faf8cbe070ce0983c6480630730.tar.gz external_python_setuptools-f383c6d24fdb2faf8cbe070ce0983c6480630730.tar.bz2 external_python_setuptools-f383c6d24fdb2faf8cbe070ce0983c6480630730.zip | |
Remove installation instructions from the README and instead refer to the Python Packaging User's Guide, which indicates to use pip for installing setuptools. Moved Credits to the history section of the documentation. Cleaned up hyperlinks.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/history.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/history.txt b/docs/history.txt index 8e217503..8fd1dc65 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -6,3 +6,41 @@ History ******* .. include:: ../CHANGES (links).rst + +Credits +******* + +* The original design for the ``.egg`` format and the ``pkg_resources`` API was + co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first + version of ``pkg_resources``, and supplied the OS X operating system version + compatibility algorithm. + +* Ian Bicking implemented many early "creature comfort" features of + easy_install, including support for downloading via Sourceforge and + Subversion repositories. Ian's comments on the Web-SIG about WSGI + application deployment also inspired the concept of "entry points" in eggs, + and he has given talks at PyCon and elsewhere to inform and educate the + community about eggs and setuptools. + +* Jim Fulton contributed time and effort to build automated tests of various + aspects of ``easy_install``, and supplied the doctests for the command-line + ``.exe`` wrappers on Windows. + +* Phillip J. Eby is the seminal author of setuptools, and + first proposed the idea of an importable binary distribution format for + Python application plug-ins. + +* Significant parts of the implementation of setuptools were funded by the Open + Source Applications Foundation, to provide a plug-in infrastructure for the + Chandler PIM application. In addition, many OSAF staffers (such as Mike + "Code Bear" Taylor) contributed their time and stress as guinea pigs for the + use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) + +* Tarek Ziadé is the principal author of the Distribute fork, which + re-invigorated the community on the project, encouraged renewed innovation, + and addressed many defects. + +* Since the merge with Distribute, Jason R. Coombs is the + maintainer of setuptools. The project is maintained in coordination with + the Python Packaging Authority (PyPA) and the larger Python community. + |
