diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 18:21:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 18:21:06 -0400 |
commit | 33c71453d52f1b35ecab54f281de8d7db13fd4ab (patch) | |
tree | a25bd028fdfe082bc47507b88481b60e87b28f9e | |
parent | 5f422f5a0c8377a03d1c19c419f61b057a51f783 (diff) | |
download | external_python_setuptools-33c71453d52f1b35ecab54f281de8d7db13fd4ab.tar.gz external_python_setuptools-33c71453d52f1b35ecab54f281de8d7db13fd4ab.tar.bz2 external_python_setuptools-33c71453d52f1b35ecab54f281de8d7db13fd4ab.zip |
Update About the fork
--HG--
branch : distribute
-rwxr-xr-x | README.txt | 33 |
1 files changed, 6 insertions, 27 deletions
@@ -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 ================== |