aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-07-03 13:45:58 +0200
committerTarek Ziade <tarek@ziade.org>2010-07-03 13:45:58 +0200
commit7210ba8400fb48800ed4df24e25c2500423b70fa (patch)
tree99d9c612d5f409af5f61d3a118ae2cfce33f60b0
parentc4318e2572b0158aa05fa241b85552073bb8400b (diff)
downloadexternal_python_setuptools-7210ba8400fb48800ed4df24e25c2500423b70fa.tar.gz
external_python_setuptools-7210ba8400fb48800ed4df24e25c2500423b70fa.tar.bz2
external_python_setuptools-7210ba8400fb48800ed4df24e25c2500423b70fa.zip
added missing files in the sdist fixes #170
--HG-- branch : distribute extra : rebase_source : 3d8f2228ca300091e8b7c50bbbf5bc2707372cb6
-rw-r--r--CHANGES.txt6
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--MANIFEST.in1
3 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d35422b9..cdea8135 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@ CHANGES
=======
------
+0.6.14
+------
+
+* Issue 170: fixed unittest failure. Thanks to Toshio.
+
+------
0.6.13
------
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 8f6c4aa0..f0ec2ba4 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -15,6 +15,7 @@ Contributors
* Philip Jenvey
* Reinout van Rees
* Tarek Ziadé
+* Toshio Kuratomi
If you think you name is missing, please add it (alpha order by first name)
diff --git a/MANIFEST.in b/MANIFEST.in
index 97fef03a..461cfd4f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
recursive-include setuptools *.py *.txt *.exe
recursive-include tests *.py *.c *.pyx *.txt
+recursive-include setuptools/tests *.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
include *.py
include *.txt