summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 18:21:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 18:21:06 -0400
commit336a376a422cc6b76a4582705789a71a00c47490 (patch)
treea3310b2bc515d025923882dc598950a4cd24a551
parentdf014a2c827aab2b6f82479096d858e12012ead0 (diff)
downloadpython-setuptools-bitbucket-336a376a422cc6b76a4582705789a71a00c47490.tar.gz
Update About the fork
-rwxr-xr-xREADME.txt33
1 files changed, 6 insertions, 27 deletions
diff --git a/README.txt b/README.txt
index f5cbf690..cdfa9e09 100755
--- a/README.txt
+++ b/README.txt
@@ -11,35 +11,14 @@ Disclaimers
About the fork
==============
-`Distribute` is a fork of the `Setuptools` project.
+`Distribute` is a now deprecated fork of the `Setuptools` project.
-Distribute is intended to replace Setuptools as the standard method
-for working with Python module distributions.
+Distribute was intended to replace Setuptools as the standard method
+for working with Python module distributions. The code has since been merged
+back into the parent project as is being maintained by the community at large.
-The fork has two goals:
-
-- Providing a backward compatible version to replace Setuptools
- and make all distributions that depend on Setuptools work as
- before, but with less bugs and behaviorial issues.
-
- This work is done in the 0.6.x series.
-
- Starting with version 0.6.2, Distribute supports Python 3.
- Installing and using distribute for Python 3 code works exactly
- 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 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.
-
-The roadmap is still evolving, and the page that is up-to-date is
-located at : `http://packages.python.org/distribute/roadmap`.
-
-If you install `Distribute` and want to switch back for any reason to
-`Setuptools`, get to the `Uninstallation instructions`_ section.
+`Distribute` is now being maintained as a branch in the `Setuptools
+repository <https://bitbucket.org/pypa/setuptools>`_.
More documentation
==================