We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70018a7 commit 024f2fdCopy full SHA for 024f2fd
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools>=65.5.1", "pyyaml>=3.13"]
3
+build-backend = "setuptools.build_meta"
setup.py
@@ -8,6 +8,8 @@
8
POLYFILE_DIR: Path = Path(__file__).absolute().parent
9
README_PATH: Path = POLYFILE_DIR / "README.md"
10
11
+compile_kaitai_parsers.rebuild()
12
+
13
with open(README_PATH, "r", encoding="utf8") as readme:
14
README = readme.read()
15
@@ -64,6 +66,3 @@
64
66
'Topic :: Utilities'
65
67
]
68
)
-
-compile_kaitai_parsers.rebuild()
69
0 commit comments