blob: 7185072d8a5f1aebd1f7a5c1ec03f4489e460ce4 [file] [log] [blame]
Brad Bishop732c6db2015-10-19 14:49:21 -04001from distutils.core import setup
Brad Bishopfb1f58e2016-03-04 15:19:13 -05002setup(name='phosphor-mapper',
Brad Bishop732c6db2015-10-19 14:49:21 -04003 version='1.0',
Brad Bishop732c6db2015-10-19 14:49:21 -04004 scripts=['phosphor-mapper']
5 )