summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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'],
)