/offlineimap/head: changeset 162

Modified to work around a bdist_rpm bug
This commit is contained in:
jgoerzen 2002-07-22 20:08:09 +01:00
parent 3147dd36a1
commit b73c0e0448
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ setup(name = "offlineimap",
packages = ['offlineimap', 'offlineimap.folder',
'offlineimap.repository', 'offlineimap.ui'],
scripts = ['offlineimap.py'],
license = offlineimap.version.license
license = offlineimap.version.copyright + \
", Licensed under the GPL version 2"
)