Skip to content

Commit

Permalink
BUG: Fix spelling of setup-readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Mar 11, 2022
1 parent fa9d2bf commit bcac5b2
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 @@ -13,7 +13,7 @@

from pathlib import Path
this_directory = Path(__file__).parent
setup_readme_text = (this_directory / "setup_readme.md").read_text()
setup_readme_text = (this_directory / "setup-readme.md").read_text()

#include_dirs=[np.get_include()],
setup(
Expand Down

0 comments on commit bcac5b2

Please sign in to comment.