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"