aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman_pgp/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman_pgp/__init__.py b/src/mailman_pgp/__init__.py
index e69de29..cfc93d6 100644
--- a/src/mailman_pgp/__init__.py
+++ b/src/mailman_pgp/__init__.py
@@ -0,0 +1,6 @@
+from distutils.version import LooseVersion
+
+__author__ = 'Jan Jancar'
+__copyright__ = 'Copyright (C) 2017 Jan Jancar'
+__license__ = 'GPLv3'
+__version__ = str(LooseVersion('0.2.0'))