Point to this library's URLs instead of the entire project's.
FIXME: In development, the URLs here reference jsnow/qemu.qmp. It is
intended that the production version gets pushed to
qemu-project/python-qemu.qmp and will use URLs that reflect that
repository appropriately. This is being done so that I can easily
iterate and test on this patch series and make sure everything works
exactly as expected.
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 c21f2ce..776f4f1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,8 +5,10 @@ author = QEMU Project
author_email = qemu-devel@nongnu.org
maintainer = John Snow
maintainer_email = jsnow@redhat.com
-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
+# NOTE: Remember to update the commit message when changing these URLs.
+download_url = https://gitlab.com/jsnow/qemu.qmp/-/packages
description = QEMU Monitor Protocol library
long_description = file:PACKAGE.rst
long_description_content_type = text/x-rst
--
2.34.1