From 1bfc57c0aebf6d9048659948d7e59e816e9b6e93 Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Fri, 5 Oct 2018 09:22:50 +0200 Subject: [PATCH] Add a MANIFEST.in Based on https://github.com/pypa/sampleproject/blob/master/MANIFEST.in Issue #5 (https://git.golderweb.de/wiki/jogobot/issues/5) --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7e1c695 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +# Include the README +include *.md + +# Include the license file +include LICENSE.txt + +# Include the data files +# recursive-include data *