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 2e90d53 commit 80dd73fCopy full SHA for 80dd73f
setup.py
@@ -81,7 +81,7 @@ def read(*rnames):
81
"": ["inputrc", "inputrc-no-unicode", "inputrc-unicode", "settings/settings.m"]
82
},
83
install_requires=INSTALL_REQUIRES,
84
- dependency_link=DEPENDENCY_LINKS,
+ dependency_links=DEPENDENCY_LINKS,
85
entry_points={"console_scripts": ["mathicsscript = mathicsscript.__main__:main"]},
86
long_description=long_description,
87
long_description_content_type="text/x-rst",
0 commit comments