From d659f7d53302c0f593a5240e4e9e9646fd9ce0e5 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sat, 2 Jul 2022 16:10:08 -0400 Subject: [PATCH] Fix metadata to point to Gitee --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 50b1709..605a31c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,9 +6,9 @@ author_email = fantix.king@gmail.com description = An asyncio event loop using Linux io_uring and kTLS. long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/fantix/kloop +url = https://gitee.com/fantix/kloop project_urls = - Bug Tracker = https://github.com/fantix/kloop/issues + Bug Tracker = https://gitee.com/fantix/kloop/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved