[Python-checkins] distutils2: doc page points to packages.python.org now

tarek.ziade python-checkins at python.org
Thu May 6 15:15:26 CEST 2010


tarek.ziade pushed 5847fb2b7549 to distutils2:

http://hg.python.org/distutils2/rev/5847fb2b7549
changeset:   129:5847fb2b7549
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Thu May 06 15:13:16 2010 +0200
summary:     doc page points to packages.python.org now
files:       src/README.txt, src/setup.py

diff --git a/src/README.txt b/src/README.txt
--- a/src/README.txt
+++ b/src/README.txt
@@ -4,5 +4,12 @@
 
 Welcome to Distutils2 !
 
+Distutils2 is the new version of Distutils. It's not backward compatible with
+Distutils but provides more features, and implement most new packaging
+standards.
 
+See the documentation at http://packages.python.org/distutils2 for more info.
 
+**Beware that Distutils2 is its in early stage and should not be used in
+production. Its API is subject to changes**
+
diff --git a/src/setup.py b/src/setup.py
--- a/src/setup.py
+++ b/src/setup.py
@@ -95,7 +95,7 @@
        project_url=[('Mailing-list',
                     'http://mail.python.org/mailman/listinfo/distutils-sig/'),
                     ('Documentation',
-                     'http://bitbucket.org/tarek/distutils2/wiki/Home'),
+                     'http://packages.python.org/distutils2'),
                     ('Repository', 'http://hg.python.org/distutils2'),
                     ('Bug tracker', 'http://bugs.python.org')],
        **setup_kwargs

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list