Skip to content

Commit c9952af

Browse files
KOLANICHparrt
authored andcommitted
Started collecting submodules automatically
Signed-off-by: KOLANICH <[email protected]>
1 parent d06a6d5 commit c9952af

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

runtime/Python3/pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ pygrun = "antlr4._pygrun:main"
1616

1717
[tool.setuptools]
1818
package-dir = {"" = "src"}
19-
packages = [
20-
"antlr4",
21-
"antlr4.atn",
22-
"antlr4.dfa",
23-
"antlr4.tree",
24-
"antlr4.error",
25-
"antlr4.xpath",
26-
]
2719
include-package-data = false
20+
21+
[tool.setuptools.packages.find]
22+
include = ["antlr4", "antlr4.*"]
23+
where = ["src"]

0 commit comments

Comments
 (0)