nova-zvm-virt-driver/setup.py
Huang Rui 588d68108a The init commit of stackforge/nova-zvm-virt-driver
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
2015-03-30 04:48:26 -04:00

10 lines
104 B
Python

#!/usr/bin/env python
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)