summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2012-03-13 16:55:34 +0100
committer?ric Araujo <merwok@netwok.org>2012-03-13 16:55:34 +0100
commit886141cb5fffc97d959cf59607ace4fe3158f7bf (patch)
treef53e143f5e3cd1f53df9510d4a3188f2403874f0
parenta6203bedc4af4e33745e561a63d1a64626778120 (diff)
downloaddisutils2-886141cb5fffc97d959cf59607ace4fe3158f7bf.tar.gz
Release 1.0a4 \o/1.0a4
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.cfg19
2 files changed, 17 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c3fcbf9..33b59f9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,7 @@ their clones, and all changes that have a bug report. Contributors' first names
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
index 82b3409..c86feb8 100644
--- 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@googlegroups.com
# we set a custom license field in addition to the classifier below
@@ -42,8 +43,20 @@ package_data =
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