Takehiro Kaneko 7e1f9ac26b Adds complete python api for RACK API
Change-Id: Ie70c6d85a18cb540455a5ecc667a3b3c274dba9f
2014-10-02 10:30:31 +09:00

6 lines
79 B
Python

from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True)