head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.03.05.16.40.32; author wiz; state Exp; branches; next ; commitid 8tVTpoHWcjJS2OwG; desc @@ 1.1 log @py-sbws: use upstream fix instead of pkgsrc workaround @ text @$NetBSD$ https://gitlab.torproject.org/tpo/network-health/sbws/-/merge_requests/242 --- pyproject.toml.orig 2025-10-15 08:10:52.000000000 +0000 +++ pyproject.toml @@@@ -84,8 +84,9 @@@@ include-package-data = true [tool.setuptools] include-package-data = true -[tool.setuptools.packages] -find = {namespaces = false} +[tool.setuptools.packages.find] +namespaces = false +exclude = ["tests*"] [tool.setuptools.package-data] tests = ["*"] @