blob: dd2ff3b6d915fc172439b96449b255beeb52cb54 [file] [log] [blame]
Brad Bishop2c6fc762016-08-29 15:53:25 -04001from distutils.core import setup
2
3setup(
4 name='phosphor-rest-dbus',
5 version='1.0',
6 py_modules=['obmc.wsgi.apps.rest_dbus'],
7 )