Bump up version and update author email.

This commit is contained in:
Bastian Kleineidam 2013-02-22 18:33:08 +01:00
parent b982a5aba3
commit 293cb63145
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
[bdist_rpm] [bdist_rpm]
release = 1 release = 1
packager = Bastian Kleineidam <calvin@users.sourceforge.net> packager = Bastian Kleineidam <bastian.kleineidam@web.de>
doc_files = doc/*.txt doc_files = doc/*.txt
provides = patool provides = patool
group = Applications/Archiving group = Applications/Archiving

View File

@ -47,9 +47,9 @@ except ImportError:
from distutils import util from distutils import util
AppName = "Patool" AppName = "Patool"
AppVersion = "0.19" AppVersion = "1.0"
MyName = "Bastian Kleineidam" MyName = "Bastian Kleineidam"
MyEmail = "calvin@users.sourceforge.net" MyEmail = "bastian.kleineidam@web.de"
py_excludes = ['doctest', 'unittest', 'Tkinter', '_ssl', 'pdb', py_excludes = ['doctest', 'unittest', 'Tkinter', '_ssl', 'pdb',
'email', 'calendar', 'ftplib', 'httplib', 'pickle', 'optparse','rfc822' 'email', 'calendar', 'ftplib', 'httplib', 'pickle', 'optparse','rfc822'