Skip to content

Commit

Permalink
Merge pull request #83 from severinsimmler/feat/python-3.11
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
severinsimmler authored May 24, 2023
2 parents 1de2771 + 97a3601 commit 4aa44ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "3.11.0"
description = "Linear-chain conditional random fields for natural language processing"
authors = ["Severin Simmler <[email protected]>"]
readme = "README.md"
include = [{ path = "chaine/_core/*.so", format = "wheel" }]

[tool.poetry.dependencies]
python = "3.11.*"
Expand All @@ -18,7 +17,7 @@ jupyterlab = "^4.0.0"
pycln = "^2.1.1"

[tool.poetry.build]
generate-setup-file = false
generate-setup-file = true
script = "build.py"

[tool.black]
Expand Down

0 comments on commit 4aa44ec

Please sign in to comment.