summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-11-02 09:46:14 +0000
committerDaniel P. Berrange <berrange@redhat.com>2016-12-05 14:05:36 +0000
commit3e2d50a9ef3625479394a9414003b070a0a80c3e (patch)
tree21d8e67e2851fe1ee7ef059ee35fb251a6723e01
parent4a77ad764bd0a5cfdbffd55b993c1825cb72f9ea (diff)
downloadlibvirt-python-3e2d50a9ef3625479394a9414003b070a0a80c3e.tar.gz
Fill out more fields for PKG-INFO file
Ensure the description and license are set in PKG-INFO, and clarify the summary field. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rwxr-xr-xsetup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ed11e2e..bbcfe87 100755
--- a/setup.py
+++ b/setup.py
@@ -311,7 +311,13 @@ setup(name = 'libvirt-python',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',
- description = 'The libvirt virtualization API',
+ description = 'The libvirt virtualization API python binding',
+ long_description =
+ '''The libvirt-python package provides a module that permits applications
+written in the Python programming language to call the interface
+supplied by the libvirt library, to manage the virtualization capabilities
+of recent versions of Linux (and other OSes).''',
+ license = 'LGPLv2+',
ext_modules = _c_modules,
py_modules = _py_modules,
package_dir = {