From fd8fda25d0a01e96da4d84ffb5bf3aaa3800c3bf Mon Sep 17 00:00:00 2001 From: peterchenadded Date: Mon, 16 May 2022 00:07:14 +1000 Subject: [PATCH] Update MANIFEST.in Added .h so it is included in source distribution and can be used to compile through pip without having to download the repo --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index f9bd145..4c89ab4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include requirements.txt +include src/cpp/experimental_heuristics.h