Skip to content

Commit

Permalink
c compile a few more modules
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Feb 9, 2012
1 parent 22d454a commit 21e9dd8
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 @@ -5,7 +5,7 @@
from distutils.extension import Extension
from Cython.Distutils import build_ext

ext_modules = [Extension("preprocess", ["./src/preprocess.py"]),Extension("mapreads",["./src/mapreads.py"]),Extension("scaffold",["./src/scaffold.py"])]
ext_modules = [Extension("preprocess", ["./src/preprocess.py"]),Extension("mapreads",["./src/mapreads.py"]),Extension("findorfs",["./src/findorfs"]),Extension("findscforfs",["./src/findscforfs"]),Extension("scaffold",["./src/scaffold.py"])]

# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
Expand Down

0 comments on commit 21e9dd8

Please sign in to comment.