PyORAm
[iotcloud.git] / PyORAM / src / pyoram / __about__.py
diff --git a/PyORAM/src/pyoram/__about__.py b/PyORAM/src/pyoram/__about__.py
new file mode 100644 (file)
index 0000000..987d948
--- /dev/null
@@ -0,0 +1,17 @@
+__all__ = ('__title__',
+           '__summary__',
+           '__uri__',
+           '__version__',
+           '__author__',
+           '__email__',
+           '__license__',
+           '__copyright__')
+
+__title__ = 'PyORAM'
+__summary__ = 'Python-based Oblivious RAM'
+__uri__ = 'https://github.com/ghackebeil/PyORAM'
+__version__ = '0.3.0'
+__author__ = 'Gabriel A. Hackebeil'
+__email__ = 'gabe.hackebeil@gmail.com'
+__license__ = 'MIT'
+__copyright__ = 'Copyright {0}'.format(__author__)