From 64660938d28c7c2605ef032b111295b40e774778 Mon Sep 17 00:00:00 2001 From: thomas chaton Date: Fri, 16 Feb 2024 13:00:18 +0000 Subject: [PATCH] Add python files to manifest (#4) --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index cf416353..a5b952cc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,9 @@ recursive-exclude __pycache__ *.py[cod] *.orig include *.md recursive-include lit_data *.md +# Include the code +recursive-include lit_data *.py + # Include the license file include LICENSE