diff options
| author | tarek <none@none> | 2009-08-08 21:31:36 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 21:31:36 +0200 |
| commit | 8c7c061526b1f8b87a574b3d7ffae93285585fb2 (patch) | |
| tree | 24128090f18b99aab203a8ccb59d55f8414d5b68 | |
| parent | c2477907434d9c77b60bf662864680ef74a2aef7 (diff) | |
| download | external_python_setuptools-8c7c061526b1f8b87a574b3d7ffae93285585fb2.tar.gz external_python_setuptools-8c7c061526b1f8b87a574b3d7ffae93285585fb2.tar.bz2 external_python_setuptools-8c7c061526b1f8b87a574b3d7ffae93285585fb2.zip | |
doc fixes
--HG--
branch : distribute
extra : rebase_source : 505fa42499e2e7640e7fb05c18b840c7b5dc5f60
| -rwxr-xr-x | README.txt | 15 | ||||
| -rw-r--r-- | distribute_setup.py | 8 | ||||
| -rw-r--r-- | docs/setuptools.txt | 4 |
3 files changed, 11 insertions, 16 deletions
@@ -36,8 +36,7 @@ Installation Instructions ------------------------- Distribute comes in two flavors: in eggs or as a source distribution. Archives -are available at the PyPI page and here : -http://bitbucket.org/tarek/distribute/downloads. +are available at the PyPI page. It can be installed using easy_install or pip, with the source tarball, with the eggs distribution, or using the ``distribute_setup.py`` script provided online. @@ -68,7 +67,7 @@ Source installation Download the source tarball, and uncompress it, then run the install command:: - $ wget http://bitbucket.org/tarek/distribute/downloads/distribute-0.6.tar.gz + $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.tar.gz $ tar -xzvf distribute-0.6.tar.gz $ cd distribute-0.6 $ python setup.py install @@ -192,16 +191,12 @@ Install FAQ Last, you will need to use the provided special `bootstrap.py` file, located in the buildout directory. -------------- -Documentation -------------- - -XXX will point to setuptools doc. - ------- Credits ------- -* More to add here I need to list (Hanno, me, other guys..) +* Tarek Ziadé +* Hanno Schlichting +* Many other people that helped on Distutils-SIG (please add your name here) * Phillip Eby for the Setuptools project. diff --git a/distribute_setup.py b/distribute_setup.py index df442d1e..0f8e7a5f 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -34,10 +34,10 @@ DEFAULT_VERSION = "0.6" DEFAULT_URL = "http://pypi.python.org/packages/%s/d/distribute/" % sys.version[:3] md5_data = { - 'distribute-0.6-py2.3.egg': '16c8d2490913748f1ebb363c90fa635e', - 'distribute-0.6-py2.4.egg': '41efe13d5283f9fd1d3a81119c6a00dd', - 'distribute-0.6-py2.5.egg': '93ae3b80f237983f3f23ae08a46516a1', - 'distribute-0.6-py2.6.egg': 'bc68d9e041be3193189177daee79cd02', + 'distribute-0.6-py2.3.egg': 'ebf4aced9597b90e3d166718f7841548', + 'distribute-0.6-py2.4.egg': '5ce9c81c3c254d30089949ea50505aa7', + 'distribute-0.6-py2.5.egg': 'd2a4e16bc4ff4e23e980740d90dd27f1', + 'distribute-0.6-py2.6.egg': '44a8b060282ccbf867b66fa489e6396c', } def _validate_md5(egg_name, data): diff --git a/docs/setuptools.txt b/docs/setuptools.txt index bc51df2d..db425b60 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1214,7 +1214,7 @@ Creating System Packages this kind of patching to work with setuptools. If you or your users have a problem building a usable system package for - your project, please report the problem via the `mailing list`_ so that + your project, please report the problem via the mailing list so that either the "bdist" tool in question or setuptools can be modified to resolve the issue. @@ -2585,7 +2585,7 @@ Reusing ``setuptools`` Code =========================== ``distribute_setup`` ------------------ +-------------------- XXX |
