Skip to content

Commit

Permalink
fix poetry build option (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: dante.l <[email protected]>
  • Loading branch information
lsh918 and dante.l authored Feb 9, 2023
1 parent 54c97fd commit 8593966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Buffalo = "buffalo.cli:_cli_buffalo"

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

[tool.poe.tasks]
[tool.poe.tasks.codespell]
Expand Down Expand Up @@ -77,5 +78,5 @@ script = "build_extension.py"
sequence = ["isort", "flake8-py", "flake8-pyx", "cpplint"]

[build-system]
requires = ["poetry-core>=1.2.0", "setuptools", "wheel", "numpy>=1.21.6", "Cython>=0.29.32", "packaging>=22.0"]
requires = ["poetry-core==1.5.0", "setuptools", "wheel", "numpy>=1.21.6", "Cython>=0.29.32", "packaging>=22.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 8593966

Please sign in to comment.