From: Michael R. Crusoe <crusoe@debian.org>
Subject: Install the tests
Forwarded: https://github.com/lmcinnes/pynndescent/pull/265
--- python-pynndescent.orig/pyproject.toml
+++ python-pynndescent/pyproject.toml
@@ -40,6 +40,9 @@
 testing = ["pytest"]
 
 [tool.setuptools]
-packages = ["pynndescent"]
+packages = ["pynndescent", "pynndescent.tests", "pynndescent.tests.test_data"]
 zip-safe = false
-include-package-data = false
+include-package-data = true
+
+[tool.setuptools.package-data]
+"pynndescent.test.test_data" = ["*.np*"]
