REST server work in progress

Supports:
 list, enumerate, attr, instance GET operations
 method, instance POST
 attr, instance PUT
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..2ddb129
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,5 @@
+from distutils.core import setup
+setup(name='Phosphor REST',
+      version='1.0',
+      scripts=['phosphor-rest']
+      )