Browse Source

Merge pull request #1282 from jelmer/install-tests-package

Fix installation of tests package
Jelmer Vernooij 11 months ago
parent
commit
04b77fa503
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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