da94b9f21e
Change-Id: I4a63e06985dafc15fcc50f325e49fe811d5a84b9
6 lines
79 B
Python
6 lines
79 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|