commit 151203b51e2701863c48b8c321af7048427409f8 from: Jelmer Vernooij date: Mon Apr 22 16:55:18 2024 UTC Fix installation of tests package We still need this for the utils module commit - 01f322d29172232c04408732246d8cc7eeaa7d69 commit + 151203b51e2701863c48b8c321af7048427409f8 blob - f0fe520e9f172a33fe2da14ab395bb250ff5ea90 blob + 2920b54dc7f8ba40ed57ec853f823b2c896b94f6 --- pyproject.toml +++ pyproject.toml @@ -55,6 +55,7 @@ packages = [ "dulwich", "dulwich.cloud", "dulwich.contrib", + "dulwich.tests", ] include-package-data = true zip-safe = false