From 86d6ae4b244c53a31c469075c6e84865c8b7022b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 2 Apr 2011 15:49:43 -0400 Subject: [PATCH] Updated readme --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 7fddea3..f2923ad 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,9 @@ Changes * Improved testing framework. Now samples are at least generated as part of the test suite. * Fixed bug in javascript when label ids had spaces. See #3139197. +* Fixed build issue where package data wasn't included due to 2to3 + technique. Now using distribute technique and installation on Python + 3 requires distribute. 2.0.6 ~~~~~