include heron.aurora file in the distribution
diff --git a/heron/config/src/yaml/BUILD b/heron/config/src/yaml/BUILD
index d29d485..27236d5 100644
--- a/heron/config/src/yaml/BUILD
+++ b/heron/config/src/yaml/BUILD
@@ -14,7 +14,7 @@
 
 filegroup(
     name = "conf-yaml",
-    srcs = glob(["conf/**/*.yaml"]),
+    srcs = glob(["conf/**/*.yaml"] + ["conf/**/*.aurora"]),
 )
 
 filegroup(