From: Shivani Bhardwaj Date: Thu, 22 Nov 2018 16:12:40 +0000 (+0530) Subject: Add the required data for sample confs to setup X-Git-Tag: 1.1.0rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8457f564da873fbdbefb17bfc8b9e58dcd61d2;p=thirdparty%2Fsuricata-update.git 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 --- 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=[