Skip to content

Commit c79ef49

Browse files
committed
Fix:jsonpath/lark_parser.py file is missing in wheel file
1 parent 6590c52 commit c79ef49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Operating System :: MacOS :: MacOS X",
2020
"Operating System :: Microsoft :: Windows",
2121
]
22-
include = ["build.py"]
22+
include = ["build.py", "jsonpath/lark_parser.py"]
2323
packages = [
2424
{ include = "jsonpath" }
2525
]

0 commit comments

Comments
 (0)