Bump up version and update author email.
This commit is contained in:
parent
b982a5aba3
commit
293cb63145
|
@ -3,7 +3,7 @@
|
|||
|
||||
[bdist_rpm]
|
||||
release = 1
|
||||
packager = Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||
packager = Bastian Kleineidam <bastian.kleineidam@web.de>
|
||||
doc_files = doc/*.txt
|
||||
provides = patool
|
||||
group = Applications/Archiving
|
||||
|
|
4
setup.py
4
setup.py
|
@ -47,9 +47,9 @@ except ImportError:
|
|||
from distutils import util
|
||||
|
||||
AppName = "Patool"
|
||||
AppVersion = "0.19"
|
||||
AppVersion = "1.0"
|
||||
MyName = "Bastian Kleineidam"
|
||||
MyEmail = "calvin@users.sourceforge.net"
|
||||
MyEmail = "bastian.kleineidam@web.de"
|
||||
|
||||
py_excludes = ['doctest', 'unittest', 'Tkinter', '_ssl', 'pdb',
|
||||
'email', 'calendar', 'ftplib', 'httplib', 'pickle', 'optparse','rfc822'
|
||||
|
|
Loading…
Reference in New Issue