]> git.parisson.com Git - timeside.git/commitdiff
fix doc
authoryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 18:10:11 +0000 (20:10 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 18:10:11 +0000 (20:10 +0200)
MANIFEST.in
README.rst

index 73c79c1cb54385677c1608befca6e4aa0c1a9ecc..849dc336a4c038b6fe7c1c2e07181ffb3786d7a0 100644 (file)
@@ -1,7 +1,6 @@
 include AUTHORS
 include LICENSE
 include README.rst
-include INSTALL.rst
 recursive-include timeside/tools *
 recursive-include timeside/doc *
 recursive-include tests *
@@ -10,3 +9,5 @@ recursive-exclude * *.swp
 recursive-exclude dist *
 recursive-exclude build *
 recursive-exclude TimeSide.egg-info *
+recursive-exclude tests/samples
+
index ff24d79d80189c33660c152c4a6038f1315eaaf1..76a551fe2b1b98e5fb62696b415a50ac05a72bc3 100644 (file)
@@ -11,6 +11,14 @@ The engine (server side) is fully written in Python, the player (client side) in
 News
 =====
 
+0.3.3
+
+ * mostly a transitional developer and mantainer version, no new cool features
+ * but add "ts-waveforms" script for waveform batching
+ * fix some tests, download audio samples
+ * fix setup
+ * update README
+
 0.3.2
 
  * move mainloop to its own thread to avoid memory hogging on large files