summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-08-30 23:55:04 +0300
committerLars Wirzenius <liw@gytha>2008-08-30 23:55:04 +0300
commit7da94139038e63820c0a4f64cf7ab56901b0a5a9 (patch)
tree62d08ec45632b10e68e5db9274b61c46904777d8 /setup.py
parentc27ec71a9446234b9cdb166711c036f023a9c782 (diff)
downloadseivot-7da94139038e63820c0a4f64cf7ab56901b0a5a9.tar.gz
Fix setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 93eae38..8c8d78c 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,6 @@ setup(name='seivot',
description='Backup software benchmark software',
author='Lars Wirzenius',
author_email='liw@liw.fi',
- modules=['seivotlib'],
+ py_modules=['seivotlib'],
scripts=['seivot'],
)