summaryrefslogtreecommitdiffstats
path: root/pystatemgr/setup.py
blob: 24874aeac7fbefeb99e028e39ce1515fa764e856 (plain)
1
2
3
4
5
6
from distutils.core import setup

setup(name='pystatemgr',
      version='1.0',
      scripts=['discover_system_state.py'],
      )
OpenPOWER on IntegriCloud