diff mbox series

[qemu.qmp,06/13,FIXME] update project URLs

Message ID 20220330182424.3438872-7-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show
Series python: fork qemu.qmp python lib into independent repo | expand

Commit Message

John Snow March 30, 2022, 6:24 p.m. UTC
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 mbox series

Patch

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