We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524a892 commit 2a72baeCopy full SHA for 2a72bae
1 file changed
setup.py
@@ -25,7 +25,7 @@
25
description=version_info["__description__"],
26
author=version_info["__author__"],
27
author_email=version_info["__author_email__"],
28
- url="https://github.com/csudre/MetricsReloaded",
+ url="https://github.com/Project-MONAI/MetricsReloaded",
29
packages=find_packages(),
30
py_modules=[
31
os.path.splitext(os.path.basename(path))[0]
@@ -50,7 +50,7 @@
50
],
51
project_urls={
52
"Documentation": "https://MetricsReloaded.readthedocs.io/",
53
- "Issue Tracker": "https://github.com/csudre/MetricsReloaded/issues",
+ "Issue Tracker": "https://github.com/Project-MONAI/MetricsReloaded/issues",
54
},
55
python_requires=">=3.7",
56
install_requires=requirements,
0 commit comments