From f0527edb52e99991f60d8212503a64b31c9bd595 Mon Sep 17 00:00:00 2001 From: George Sakkis Date: Sun, 17 Jan 2021 11:00:54 +0200 Subject: [PATCH] Include CMakeLists.txt to the manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6f1aec90..7233b061 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ exclude MANIFEST.in -include CHANGES.txt README.rst pyproject.toml tox.ini +include CHANGES.txt README.rst pyproject.toml tox.ini CMakeLists.txt include pdal/*.txt include pdal/*.cmake include test/*