Skip to content

Commit 9ba6585

Browse files
committed
Correct download URL
1 parent 680de85 commit 9ba6585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def subdirs(root, file="*.*", depth=10):
252252
description="A general-purpose computer algebra system.",
253253
license="GPL",
254254
url="https://mathics.org/",
255-
download_url="https://github.com/Mathics/mathics-core/releases",
255+
download_url="https://github.com/Mathics3/mathics-core/releases",
256256
keywords=["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"],
257257
classifiers=[
258258
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)