From 377f7a87d02b68b7cb5af1bc42e69863fcfcc10d Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:55:09 -0400 Subject: [PATCH] more specific packaging inclusions --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 227cd926..982a6c0b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,9 @@ include HISTORY.rst include LICENSE include README.rst -recursive-include xscen *.json *.yml *.py *.csv *.mo +recursive-include xscen *.yml *.py +recursive-include xscen/CVs *.json +recursive-include xscen/data *.yml *.csv *.mo *.po recursive-include tests * recursive-include docs notebooks *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.ipynb *.csv *.json *.yml *.md recursive-include docs notebooks samples *.csv *.json