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.*']