Skip to content

Commit

Permalink
trying to fix setuptools to build extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lacava committed May 3, 2017
1 parent 27db063 commit 6b415dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion few/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

__version__ = '0.0.30'
__version__ = '0.0.31'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages, Extension
from setuptools import setup, find_packages
from setuptools.extension import Extension
from Cython.Build import cythonize
import eigency

Expand Down

0 comments on commit 6b415dd

Please sign in to comment.