
Import the api-quick-start from api-site repository so that it gets published on docs.openstack.org. Change-Id: Ic709ee736dda780fb71048a27158838a5806048e
7 lines
101 B
Python
Executable File
7 lines
101 B
Python
Executable File
#!/usr/bin/env python
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|