summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2017-08-10 17:27:02 +0200
committerJ08nY2017-08-10 17:27:17 +0200
commit5fc418fe1be80e1fe8170919c0caf1dae63d4275 (patch)
tree335f16ccf583e9105f293bd481955d7f51ccc516 /src
parent63015d4b7d2635f2d38f28ffd7e3821f8ae647d0 (diff)
downloadmailman-pgp-0.2.0.tar.gz
mailman-pgp-0.2.0.tar.zst
mailman-pgp-0.2.0.zip
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'))