Skip to content

Commit

Permalink
Work on updating to pyproject.toml.
Browse files Browse the repository at this point in the history
Building with python -m build now works.
  • Loading branch information
jd-boyd committed Jan 9, 2024
1 parent 9cc2ea9 commit 030937d
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 @@ -32,10 +32,11 @@ test = ["pytest"]

[project.urls]
Homepage = "https://github.com/jd-boyd/python-lzo"
"Bug Tracker" = "https://github.com/jd-boyd/python-lzo/issues"

[tool.cibuildwheel]
archs = ["all"]
build-verbosity = 3
test-requires = "pytest"
test-command = "pytest {package}/tests"
test-skip = "*-win_arm64 *-macosx_arm64 *-macosx_universal2:arm64"
test-skip = "*-win_arm64 *-macosx_arm64 *-macosx_universal2:arm64"

0 comments on commit 030937d

Please sign in to comment.