aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..645ecea
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,6 @@
+__all__ = ['']
+__title__ = 'machammer'
+__author__ = 'Filipp Lepalaan'
+__version__ = '0.1'
+__license__ = 'MIT'
+__copyright__ = 'Copyright 2016 Filipp Lepalaan'