summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 568a00bbaa5d8f27105747504dc9509ad4771fc8 (plain)
1
2
3
4
5
6
7
from distutils.core import setup

setup(name='phosphor-rest',
      version='1.0',
      scripts=['phosphor-rest'],
      data_files=[('phosphor-rest', ['cert.pem'])],
      )
OpenPOWER on IntegriCloud