From 4b7381cdd04cd3cabe447efedbf67655a276b652 Mon Sep 17 00:00:00 2001 From: First Coder Date: Sat, 6 Mar 2021 08:13:42 -0800 Subject: [PATCH] Fix include. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index dcdce6ae..efa4dc5a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE COPYRIGHT *.md *.in requirements.txt -recursive-include pymatgen_diffusion *.py +recursive-include pymatgen *.py recursive-include scripts *.py prune */tests prune */*/tests