1*2c6fc760SBrad Bishopfrom distutils.core import setup
2*2c6fc760SBrad Bishop
3*2c6fc760SBrad Bishopsetup(
4*2c6fc760SBrad Bishop    name='phosphor-rest-dbus',
5*2c6fc760SBrad Bishop    version='1.0',
6*2c6fc760SBrad Bishop    py_modules=['obmc.wsgi.apps.rest_dbus'],
7*2c6fc760SBrad Bishop    )
8