Skip to content

Commit

Permalink
cibuildwheel integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Jul 7, 2024
1 parent 4d61bae commit 3413b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ setuptools = "^70.2.0"
cibuildwheel = "^2.19.2"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core", "cibuildwheel"]
build-backend = "poetry.core.masonry.api"
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 3413b71

Please sign in to comment.