From: yomguy Date: Wed, 19 Sep 2012 18:10:11 +0000 (+0200) Subject: fix doc X-Git-Tag: 0.3.3^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca415a5140459418a05b51597f47c631fc55322e;p=timeside.git fix doc --- diff --git a/MANIFEST.in b/MANIFEST.in index 73c79c1..849dc33 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 + diff --git a/README.rst b/README.rst index ff24d79..76a551f 100644 --- a/README.rst +++ b/README.rst @@ -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