]> git.parisson.com Git - timeside.git/commitdiff
add scripts to setup
authoryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 11:29:52 +0000 (13:29 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 11:29:52 +0000 (13:29 +0200)
setup.py

index e76cf43b1ae75ed2f99db8a33d62fa32106d47a9..916392fa789341c63aba7d9eb54b8dfcaedafa75 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -35,4 +35,5 @@ setup(
   packages = find_packages(),
   include_package_data = True,
   zip_safe = False,
+  scripts=['scripts/ts-waveforms'],
 )