summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2010-11-24 11:40:25 +0100
committerLennart Regebro <regebro@gmail.com>2010-11-24 11:40:25 +0100
commitc337060368f6bce8442372bdc4049d31d279eba8 (patch)
treecaff8d7620b4a35374314ac2bbad01e158b1435e
parentd722bd3324c1d22541a8e8f924fa490fd7c1046f (diff)
downloadpython-setuptools-git-c337060368f6bce8442372bdc4049d31d279eba8.tar.gz
Updated CHANGES.txt
--HG-- branch : distribute extra : rebase_source : 146a6656573c5b7173e62f294ebc713cdc4a6f0b
-rw-r--r--CHANGES.txt1
-rw-r--r--distribute.egg-info/entry_points.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3d9f905c..fc843b64 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ CHANGES
------
* Fixed typo in bdist_egg
+* Several issues under Python 3 has been solved.
------
0.6.14
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt
index 1c9f123d..e1f704d8 100644
--- a/distribute.egg-info/entry_points.txt
+++ b/distribute.egg-info/entry_points.txt
@@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
-easy_install-2.6 = setuptools.command.easy_install:main
+easy_install-3.1 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl