Brad Bishop | 8ffe1e4 | 2016-02-11 16:15:40 -0500 | [diff] [blame] | 1 | from distutils.core import setup |
Brad Bishop | 5f80b79 | 2016-08-29 21:38:21 -0400 | [diff] [blame] | 2 | setup(name='pyphosphor', |
Brad Bishop | 8ffe1e4 | 2016-02-11 16:15:40 -0500 | [diff] [blame] | 3 | version='1.0', |
Brad Bishop | 654526d | 2016-08-29 19:15:37 -0400 | [diff] [blame^] | 4 | packages=[ |
5 | 'obmc', | ||||
6 | 'obmc.dbuslib', | ||||
7 | 'obmc.utils', | ||||
8 | 'obmc.wsgi', | ||||
9 | 'obmc.wsgi.apps', | ||||
10 | ], | ||||
Brad Bishop | 8ffe1e4 | 2016-02-11 16:15:40 -0500 | [diff] [blame] | 11 | ) |