Skip to content

Commit

Permalink
Administrivia:
Browse files Browse the repository at this point in the history
Correct Downlaod URL link. Drop 3.6, add 3.11
  • Loading branch information
rocky committed Nov 19, 2023
1 parent b8eb344 commit cc131eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,18 +240,18 @@ def subdirs(root, file="*.*", depth=10):
description="A general-purpose computer algebra system.",
license="GPL",
url="https://mathics.org/",
download_url="https://github.com/Mathics/mathics-core/releases",
download_url="https://github.com/Mathics3/mathics-core/releases",
keywords=["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"],
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit cc131eb

Please sign in to comment.