summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-02 17:26:57 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-02 17:26:57 +0000
commitc7b7f5c9657014280f8e534ac812c2a9ca68049c (patch)
tree5a4d6c314d755d94eb2b636a6631cb0ca208d7f8 /setup.py
parenta958df1cde30683fc6e61fe611f2aff30faa449d (diff)
downloadgenbackupdata-c7b7f5c9657014280f8e534ac812c2a9ca68049c.tar.gz
Release version 1.3.1.version_1_3_1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b9abf07..004463e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ benchmark backup software than distributing very large test sets.
'Topic :: Software Development :: Testing',
'Topic :: System :: Archiving :: Backup',
],
- license='GNU General Public License, version 2 or later',
- py_modules=['genbackupdata'],
+ license='GNU General Public License, version 3 or later',
+ packages=['genbackupdatalib'],
scripts=['genbackupdata'],
)