From a1f86c606c1f58d33e5d30bfbb74adf7d301d438 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 6 Jun 2012 18:29:59 +0700 Subject: add seivots-to-csv to list of scripts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f171eee..b78f974 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ other backup programs. author='Lars Wirzenius', author_email='liw@liw.fi', url='http://liw.fi/seivot/', - scripts=['seivot', 'seivots-summary'], + scripts=['seivot', 'seivots-summary', 'seivots-to-csv'], data_files=[('share/man/man1', glob.glob('*.1'))], ) -- cgit v1.2.1