Skip to content

Commit 70018a7

Browse files
committed
move rebuild after deps
1 parent 31c2fd0 commit 70018a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
POLYFILE_DIR: Path = Path(__file__).absolute().parent
99
README_PATH: Path = POLYFILE_DIR / "README.md"
1010

11-
compile_kaitai_parsers.rebuild()
12-
1311
with open(README_PATH, "r", encoding="utf8") as readme:
1412
README = readme.read()
1513

@@ -66,3 +64,6 @@
6664
'Topic :: Utilities'
6765
]
6866
)
67+
68+
compile_kaitai_parsers.rebuild()
69+

0 commit comments

Comments
 (0)