From b668f594ac51682f4c7befe37365775a6f84c247 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Mon, 25 Sep 2023 10:07:56 +0100 Subject: [PATCH] Python's XenAPI: Update metadata Both the URL and the author were out of date, changed them both top reference the xapi project Signed-off-by: Pau Ruiz Safont --- scripts/examples/python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/examples/python/setup.cfg b/scripts/examples/python/setup.cfg index 029f86e973..059e6631bd 100644 --- a/scripts/examples/python/setup.cfg +++ b/scripts/examples/python/setup.cfg @@ -3,10 +3,10 @@ name = XenAPI description = XenAPI SDK, for communication with XenServer. long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 -author = Citrix Systems, Inc. +author = Xapi project developers and maintainers author_email = xen-api@lists.xenproject.org license = BSD-2-Clause -url = https://www.citrix.com/community/citrix-developer/citrix-hypervisor-developer/ +url = https://xapi-project.github.io/ project_urls = Bug Tracker = https://github.com/xapi-project/xen-api/issues Source Code = https://github.com/xapi-project/xen-api