Просмотр исходного кода

Fix installation of tests package

We still need this for the utils module
Jelmer Vernooij 11 месяцев назад
Родитель
Сommit
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