summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Create array of modules to be builtDoug Goldstein2013-11-221-2/+14
| | | | | | Create an array of modules to be built to allow for flexibility to enable or disable some modules in the future and allow for additional modules to be added easily
* Break generator.py to be called per moduleDoug Goldstein2013-11-221-1/+3
| | | | | | | Since we don't always want to build all the modules, and there might be more modules added in the future but we want to retain backwards compatibility with older libvirts, change generator.py to be called once per module instead of with all modules at once.
* Setup distutils build systemDaniel P. Berrange2013-11-221-0/+270
Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange <berrange@redhat.com>