Skip to content

Commit c755caa

Browse files
committed
#59 fix sys.path.insert in setup.py
1 parent 285412c commit c755caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_long_description():
1515

1616

1717
# get version
18-
sys.path.insert(0, os.path.abspath("../mypackage"))
18+
sys.path.insert(0, os.path.abspath("../"))
1919
from causalpy.version import __version__
2020

2121
with open(REQUIREMENTS_FILE) as f:

0 commit comments

Comments
 (0)