Skip to content

Commit 3fc543a

Browse files
committed
Update setup.py
1 parent 064f8bc commit 3fc543a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'/usr/local/include',
3232
'/opt/include',
3333
'/opt/local/include',
34-
'/home/travis/opt/include',
34+
os.path.expanduser('~/opt/include'),
3535
]
3636
lib_talib_dirs = [
3737
'/usr/lib',
@@ -40,7 +40,7 @@
4040
'/usr/local/lib64',
4141
'/opt/lib',
4242
'/opt/local/lib',
43-
'/home/travis/opt/lib',
43+
os.path.expanduser('~/opt/lib'),
4444
]
4545
break
4646

0 commit comments

Comments
 (0)