Skip to content

Commit 80dd73f

Browse files
committed
Fixed typo
1 parent 2e90d53 commit 80dd73f

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
@@ -81,7 +81,7 @@ def read(*rnames):
8181
"": ["inputrc", "inputrc-no-unicode", "inputrc-unicode", "settings/settings.m"]
8282
},
8383
install_requires=INSTALL_REQUIRES,
84-
dependency_link=DEPENDENCY_LINKS,
84+
dependency_links=DEPENDENCY_LINKS,
8585
entry_points={"console_scripts": ["mathicsscript = mathicsscript.__main__:main"]},
8686
long_description=long_description,
8787
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)