]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
Version 2.2.1: add mk-distr helper
[mimedecode.git] / mimedecode.py
index 8fa69212b82ec644246ad837112d0352e1a252ee..179f82dbdc84d558c66d50b0bf8d34239261ae41 100755 (executable)
@@ -2,10 +2,7 @@
 """Decode MIME message"""
 
 
-__version__ = "2.1.4"
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
-__license__ = "GNU GPL"
+from mimedecode_version import __version__, __author__, __copyright__, __license__
 
 
 import sys, os