From 50e6d84766b98e4b5fb41db5f2c28a677b5c99ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <51365402+balajtimate@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:02:13 +0100 Subject: [PATCH] add data to manifest (#164) --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0a63554f..140384f8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,8 @@ # are packaged. Therefore, this file lists only those files that are # version-controlled but should not end up in distributions. +include data/* + exclude .gitignore exclude .gitlab-ci.yaml exclude pull_request_template.md