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