diff options
| author | tarek <none@none> | 2009-10-09 12:48:45 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-09 12:48:45 +0200 |
| commit | 31fa507de5ad50356bca8157340aec218a7573da (patch) | |
| tree | 02b51ebec5e66b9d215154b3664169c6a6ef085e | |
| parent | bee78e98939ba745074de8d9420f22d299dc1a7a (diff) | |
| download | python-setuptools-git-31fa507de5ad50356bca8157340aec218a7573da.tar.gz | |
using the real URL
--HG--
branch : distribute
extra : rebase_source : 4dc1a0fb203789ce775b271a28ebb3817afadb06
| -rwxr-xr-x | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,8 +29,8 @@ The fork has two goals: the same as for Python 2 code, but Distribute also helps you to support Python 2 and Python 3 from the same source code by letting you run 2to3 on the code as a part of the build process, by setting the keyword parameter - ``use_2to3`` to True. See XXX REPLACE WITH PYPI DOC XXXX - for more information. + ``use_2to3`` to True. See http://packages.python.org/distribute for more + information. - Refactoring the code, and releasing it in several distributions. This work is being done in the 0.7.x series but not yet released. @@ -45,8 +45,8 @@ More documentation ================== You can get more information in the Sphinx-based documentation, located -at XXX REPLACE WITH PYPI DOC XXXX. This documentation includes the old Setuptools -documentation that is slowly replaced, and brand new content. +at http://packages.python.org/distribute. This documentation includes the old +Setuptools documentation that is slowly replaced, and brand new content. About the installation process ============================== |
