[libvirt] [PATCH] Fill out more fields for PKG-INFO file

Martin Kletzander mkletzan at redhat.com
Wed Nov 2 11:03:03 UTC 2016


On Wed, Nov 02, 2016 at 09:46:50AM +0000, Daniel P. Berrange wrote:
>Ensure the description and license are set in PKG-INFO,
>and clarify the summary field.
>
>Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
>---
> setup.py | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>

ACK.  I would use 'allow' instead of 'permit', but keep in mind I'm not
native speaker, so it's your call.

>diff --git a/setup.py b/setup.py
>index 683dc93..5ad4101 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 at 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 = {
>--
>2.9.3
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20161102/74d729ea/attachment-0001.sig>


More information about the libvir-list mailing list