From d3937e1051fd72c084dad0c1872ed61d22497ab3 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 1 Apr 2019 09:01:45 +0200 Subject: [PATCH] Add the cmakefile to the manifest --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index eec7997..8a412e6 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include setup.py recursive-include python *.pyx *.pxd *.c *.h recursive-include src *.c *.h +include src/CMakeLists.txt recursive-include doc/sphinx/source *.txt *.rst *.py recursive-include doc/sphinx/sphinxext *.py include doc/sphinx/Makefile