瀏覽代碼

Fix installation of tests package

We still need this for the utils module
Jelmer Vernooij 11 月之前
父節點
當前提交
151203b51e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -55,6 +55,7 @@ packages = [
     "dulwich",
     "dulwich.cloud",
     "dulwich.contrib",
+    "dulwich.tests",
 ]
 include-package-data = true
 zip-safe = false