Skip to content

Commit

Permalink
add cython generated c files and set mode to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Nov 10, 2017
1 parent 7975557 commit 4bfb2d2
Show file tree
Hide file tree
Showing 4 changed files with 14,355 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# to build extensions from the C file (that was previously generated using
# Cython). Set it to 'auto' to build with Cython if available, otherwise from
# the C file.
USE_CYTHON = True
USE_CYTHON = 'auto'

if USE_CYTHON:
try:
Expand Down
2 changes: 1 addition & 1 deletion smartsvm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

# shortcut
from .smartsvm import SmartSVM
Expand Down

0 comments on commit 4bfb2d2

Please sign in to comment.