aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-07-27 17:45:58 +0300
committerFilipp Lepalaan <filipp@mac.com>2016-07-27 17:45:58 +0300
commit8da0c51d7effd8d13f2ea562e2f0a55f824ee7b1 (patch)
treee7423ecc5b340140a18662083c9394cf8c691f98 /__init__.py
downloadsystem_profiler-8da0c51d7effd8d13f2ea562e2f0a55f824ee7b1.tar.gz
system_profiler-8da0c51d7effd8d13f2ea562e2f0a55f824ee7b1.tar.bz2
system_profiler-8da0c51d7effd8d13f2ea562e2f0a55f824ee7b1.zip
Initial commit
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'