From 030937ddb4fa730833022fba9cb44a844dbaf6e5 Mon Sep 17 00:00:00 2001 From: "Joshua D. Boyd" Date: Tue, 9 Jan 2024 02:24:40 -0500 Subject: [PATCH] Work on updating to pyproject.toml. Building with python -m build now works. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 437e56c..da016eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +test-skip = "*-win_arm64 *-macosx_arm64 *-macosx_universal2:arm64"