Skip to content

Commit

Permalink
Started collecting submodules automatically
Browse files Browse the repository at this point in the history
Signed-off-by: KOLANICH <[email protected]>
  • Loading branch information
KOLANICH authored and parrt committed May 18, 2023
1 parent d06a6d5 commit c9952af
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions runtime/Python3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ pygrun = "antlr4._pygrun:main"

[tool.setuptools]
package-dir = {"" = "src"}
packages = [
"antlr4",
"antlr4.atn",
"antlr4.dfa",
"antlr4.tree",
"antlr4.error",
"antlr4.xpath",
]
include-package-data = false

[tool.setuptools.packages.find]
include = ["antlr4", "antlr4.*"]
where = ["src"]

0 comments on commit c9952af

Please sign in to comment.