Skip to content

Commit

Permalink
Use Repository tag instead of Source Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervsokol committed Oct 22, 2024
1 parent bc043c3 commit 2b3cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*']
Expand Down

0 comments on commit 2b3cd91

Please sign in to comment.