summaryrefslogtreecommitdiffstats
path: root/pystatemgr/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystatemgr/setup.py')
-rw-r--r--pystatemgr/setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pystatemgr/setup.py b/pystatemgr/setup.py
new file mode 100644
index 0000000..86c7471
--- /dev/null
+++ b/pystatemgr/setup.py
@@ -0,0 +1,6 @@
+from distutils.core import setup
+
+setup(name='pystatemgr',
+ version='1.0',
+ scripts=['discover_system_state.py', 'goto_system_state.py'],
+ )
OpenPOWER on IntegriCloud