Skip to content

Commit

Permalink
Merge pull request #51 from hydralabs/remove-fake-pyrex
Browse files Browse the repository at this point in the history
Remove fake_pyrex
  • Loading branch information
njoyce committed Feb 16, 2015
2 parents 125a253 + 797b996 commit 31dbf46
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion fake_pyrex/Pyrex/Distutils/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion fake_pyrex/Pyrex/Distutils/build_ext.py

This file was deleted.

1 change: 0 additions & 1 deletion fake_pyrex/Pyrex/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions setupinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
have_cython = False


if have_cython:
# may need to work around setuptools bug by providing a fake Pyrex
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "fake_pyrex"))


from setuptools.command import test, sdist
from setuptools import Extension
from distutils.core import Distribution
Expand Down

0 comments on commit 31dbf46

Please sign in to comment.