diff options
| author | Alice Bevan-McGregor <alice@gothcandy.com> | 2009-11-15 05:46:35 -0800 |
|---|---|---|
| committer | Alice Bevan-McGregor <alice@gothcandy.com> | 2009-11-15 05:46:35 -0800 |
| commit | 392651beb17ce276eb440a9c248eb80fadfcada7 (patch) | |
| tree | 21084e4f73db438cd85226b1e16d7de385df6f21 | |
| parent | 33886a7ecce2ec6269eade7a31baf055bd673802 (diff) | |
| download | python-setuptools-git-392651beb17ce276eb440a9c248eb80fadfcada7.tar.gz | |
Added reference to issue 93 and name to contributors. I fixed two bugs and made a unit test. ;)
--HG--
branch : distribute
extra : rebase_source : e165924bba03d13593eec1f24b12f1a6b450d743
| -rw-r--r-- | CHANGES.txt | 1 | ||||
| -rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d9d75c86..537238c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,7 @@ CHANGES * Issue 86: fixed missing sentence in pkg_resources doc. * Added a nicer error message when a DistributionNotFound is raised. * Issue 80: test_develop now works with Python 3.1 +* Issue 93: upload_docs now works if there is an empty sub-directory. ----- 0.6.8 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index cf46bb95..8eb0aebc 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -3,6 +3,7 @@ Contributors ============ * Alex Grönholm +* Alice Bevan-McGregor * Daniel Stutzbach * Hanno Schlichting * Jannis Leidel |
