Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Nov 4, 2024
1 parent 003772e commit 6e920c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
]
include = [
"_ioplace_parser_antlr/**/*.py"
]
include = ["_ioplace_parser_antlr/**/*.py"]

[tool.poetry.build]

[tool.poetry.dependencies]
python = ">=3.8"
antlr4-python3-runtime = "~=4.10.0"
antlr4-python3-runtime = "~=4.9.0"

[tool.poetry.dev-dependencies]
wheel = "^0.38"
Expand Down

0 comments on commit 6e920c0

Please sign in to comment.