588d68108a
Including all python modules that implements Nova virt driver for zVM, and configuration files that make the project work with OpenStack development infrastructure. Change-Id: I7efe0d1b6ef42268438d4141860fb4c51c09d30c
10 lines
104 B
Python
10 lines
104 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
import setuptools
|
|
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|