Point to this library's URLs instead of the entire project's.
FIXME: In development, the URLs here are jsnow/qemu.qmp. It is intended
that the production version that gets pushed to qemu-project/qemu.qmp
will use URLs that reflect that repository appropriately.
Signed-off-by: John Snow <jsnow@redhat.com>
---
setup.cfg | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 9946875..0f14bda 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,8 +5,10 @@ author = John Snow
author_email = jsnow@redhat.com
maintainer = QEMU Project
maintainer_email = qemu-devel@nongnu.org
-url = https://www.qemu.org/
-download_url = https://www.qemu.org/download/
+# NOTE: Remember to update the commit message when changing these URLs.
+url = https://gitlab.com/jsnow/qemu.qmp
+download_url = https://gitlab.com/jsnow/qemu.qmp/-/packages
+# NOTE: Remember to update the commit message when changing these URLs.
description = QEMU Monitor Protocol library.
long_description = file:PACKAGE.rst
long_description_content_type = text/x-rst
--
2.31.1