Skip to content

Commit 41a07e7

Browse files
committed
Remove insertion of setup.py in path
1 parent f8b2e7c commit 41a07e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
from setuptools import setup, Extension
3131
import numpy as np
3232

33-
sys.path.insert(0, os.path.dirname(__file__)) # Ensures local imports work
34-
3533

3634
def extensions():
3735
mkl_root = os.environ.get('MKLROOT', None)

0 commit comments

Comments
 (0)