METRON-1818 Remove config_files from bro-pkg.meta (JonZeolla) closes apache/metron-bro-plugin-kafka#11
diff --git a/bro-pkg.meta b/bro-pkg.meta
index 095ed5b..8bde2cc 100644
--- a/bro-pkg.meta
+++ b/bro-pkg.meta
@@ -5,7 +5,6 @@
 build_command = ./configure --bro-dist=%(bro_dist)s --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
 test_command = ( cd tests && btest -d )
 plugin_dir = build
-config_files = scripts/init.bro
 version = 0.3
 depends =
   bro >=2.5.0