Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Dec 2, 2020
1 parent 8f9cd8a commit d783c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def extract_version(CYTHON_FNAME):
],
ext_modules=[redtoregext, pygribext],
data_files=data_files,
setup_requires=["setuptools, cython"],
setup_requires=["setuptools", "cython"],
install_requires=[
"pyproj",
"numpy",
Expand Down

0 comments on commit d783c5d

Please sign in to comment.