From 7952ced772cb26de848ed2063b5d65ae6d474459 Mon Sep 17 00:00:00 2001 From: JonathanGrantTS <80263515+JonathanGrantTS@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:41:25 -0500 Subject: [PATCH] Include cython files in package Resolves #211 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index b4fde012..a4ca1e71 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include pyearth/*.c include pyearth/*.pxd +include pyearth/*.pyx include pyearth/test/*.txt include pyearth/test/*.csv include pyearth/test/pathological_data