Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
biagiodistefano committed Dec 4, 2024
1 parent 9de6976 commit 30174ae
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 @@ -6,15 +6,13 @@ authors = ["Biagio Distefano <me@biagiodistefano.io>"]
readme = "README.md"
license = "MIT"
packages = [
{ include = "rule_engine", from = "src" }
{ include = "rule_engine", from = "src" },
{ include = "rule_engine/py.typed", from = "src" }
]

[tool.poetry.dependencies]
python = ">=3.10,<4.0"

[tool.poetry.package]
include = ["py.typed"]


[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
Expand Down

0 comments on commit 30174ae

Please sign in to comment.