From 2b3cd91ff3f492f38f04e6c5cdad6a0f247a0313 Mon Sep 17 00:00:00 2001 From: Alexander Sokol Date: Tue, 22 Oct 2024 02:45:35 -0400 Subject: [PATCH] Use Repository tag instead of Source Code. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 305383c2..4fa84c9c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=install_requires, url='https://github.com/compatibl/runtime', project_urls={ - 'Source Code': 'https://github.com/compatibl/runtime', + 'Repository': 'https://github.com/compatibl/runtime', }, packages=setuptools.find_namespace_packages( where='.', include=['cl.runtime', 'cl.runtime.*', 'data'], exclude=['tests', 'tests.*']