[libvirt] [libvirt-python PATCHv2 17/44] Add missing attributes to setup.py

Doug Goldstein cardoe at cardoe.com
Tue Nov 19 19:35:36 UTC 2013


setup.py needs a URL attribute that contains the project's website which
is set to http://libvirt.org as well as information about a maintainer
which is set to 'Libvirt Maintainers' and points to the libvirt mailing
list.
---
 setup.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.py b/setup.py
index b209bd6..a28b052 100644
--- a/setup.py
+++ b/setup.py
@@ -247,6 +247,9 @@ class my_clean(clean):
 
 setup(name = 'libvirt-python',
       version = '1.2.0',
+      url = 'http://www.libvirt.org',
+      maintainer = 'Libvirt Maintainers',
+      maintainer_email = 'libvir-list at redhat.com',
       description = 'The libvirt virtualization API',
       ext_modules = [module, modulelxc, moduleqemu],
       py_modules = ["libvirt", "libvirt_qemu", "libvirt_lxc"],
-- 
1.8.3.2




More information about the libvir-list mailing list