From cd8457f564da873fbdbefb17bfc8b9e58dcd61d2 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 22 Nov 2018 21:42:40 +0530 Subject: [PATCH] Add the required data for sample confs to setup setup.py missed the required configuration files for running the `dump-sample-configs` option. Add all the files under suricata/update/configs. Closes redmine ticket #2683 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 227fed3..a8456b4 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( "suricata.update.compat.argparse", "suricata.update.data", ], + package_data={"suricata.update.configs": ["*.conf", "*.yaml", "*.in"]}, url="https://github.com/OISF/suricata-update", license="GPLv2", classifiers=[ -- 2.47.3