Skip to content

Commit 16b5d80

Browse files
committed
fix build
1 parent 024f2fd commit 16b5d80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import os
2+
import sys
23
from pathlib import Path
34
from setuptools import setup, find_packages
45

6+
# Add the current directory to the Python path so we can import compile_kaitai_parsers
7+
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
58
import compile_kaitai_parsers
69

710

0 commit comments

Comments
 (0)