Skip to content

Commit

Permalink
a small correction in setup_cython.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mauropalumbo75 committed May 11, 2017
1 parent 240686c commit 9804d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postqe/setup_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

setup(
name = 'cython functions',
ext_modules = cythonize("cextensions/cythonfun.pyx"),
ext_modules = cythonize("cythonextensions/cythonfun.pyx"),
)

0 comments on commit 9804d33

Please sign in to comment.