From e8210af4363c0c5ab706ce6b90cc2a06d0d04c9c Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 26 Aug 2019 17:59:05 +0100 Subject: [PATCH] Added the data files to the manifest. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 626bff7..15993fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,5 @@ recursive-exclude * *.py[co] recursive-include docs *.rst conf.py Makefile make.bat include versioneer.py -include heron/_version.py +recursive-include heron/models/data/ *.dat +