summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-07-13 04:21:19 +0300
committerLars Wirzenius <liw@iki.fi>2007-07-13 04:21:19 +0300
commit5957875868aa1ab673745a92270f012c628f4186 (patch)
tree1500f28052df2dfce9dda613cad5b55b3e337a64 /setup.py
parentde19579200b4430d1820aa7700a1b8936e2bf8eb (diff)
downloadgenbackupdata-5957875868aa1ab673745a92270f012c628f4186.tar.gz
Also include the script which we have now.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index db7d1bb..cb30fc6 100644
--- a/setup.py
+++ b/setup.py
@@ -33,4 +33,5 @@ benchmark backup software than distributing very large test sets.
],
license='GNU General Public License, version 2 or later',
py_modules=['genbackupdata'],
+ scripts=['genbackupdata'],
)