338f582060
Change-Id: Ie96bad932c6041c0b2781e4fecdc1098cdb5f2fc
7 lines
87 B
Python
Executable File
7 lines
87 B
Python
Executable File
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr>=2.0.0'],
|
|
pbr=True
|
|
)
|