From 39fbd440c25bea6c2785e0347460aea5b4c51ec4 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 19 Aug 2016 10:12:52 +0200 Subject: [PATCH] Add MANIFEST.in to include more files in sdist. See: https://docs.python.org/2/distutils/sourcedist.html#manifest Fixes: #63 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..19d54f2 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.md *.txt *.TXT +recursive-include shapefiles *.dbf *.sbn *.sbx *.shp *.shx