http://hg.python.org/distutils2/rev/1e4d52d83e95 changeset: 1299:1e4d52d83e95 tag: 1.0a4 user: Éric Araujo <merwok at netwok.org> date: Tue Mar 13 16:55:34 2012 +0100 summary: Release 1.0a4 \o/ files: CHANGES.txt | 2 +- setup.cfg | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ CONTRIBUTORS.txt for full names. Bug numbers refer to http://bugs.python.org/. -1.0a4 - 2012-02-?? +1.0a4 - 2012年03月13日 ------------------ - Remove type check for commands in favor of minimal duck type check [tarek] diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,10 @@ [metadata] name = Distutils2 -version = 1.0a3 +version = 1.0a4 summary = Python Packaging Library description-file = README.txt -home-page = http://bitbucket.org/tarek/distutils2/wiki/Home +home-page = http://wiki.python.org/moin/Distutils2 +download-url = http://pypi.python.org/pypi/Distutils2 author = The Fellowship of the Packaging author-email = the-fellowship-of-the-packaging at googlegroups.com # we set a custom license field in addition to the classifier below @@ -42,8 +43,20 @@ distutils2.tests = xxmodule.c scripts = pysetup +extra_files = + README.txt + LICENSE.txt + CHANGES.txt + CONTRIBUTORS.txt + DEVNOTES.txt + setup.py + Makefile + runtests.py + check.sh + tests.sh + tox.ini + scan_pypi_versions.py -# TODO build hashlib for Python < 2.4 # TODO add all test data files # FIXME cfg_to_args should support comments in multi-line fields -- Repository URL: http://hg.python.org/distutils2