From 4df2d7704b86266164ed1e1ed38dc7f2495ecf2f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 23 Aug 2023 07:04:29 -0400
Subject: [PATCH] get the test data included

---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 121a9778f..6cec1c847 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,7 +4,7 @@ include relnotes.txt
 include Dockerfile
 include tox.ini .appveyor.yml .travis.yml
 include .coveragerc
-recursive-include src *.xhtml *.js *.png *.css *.svg *.txt
+recursive-include src *.xhtml *.js *.png *.css *.svg *.txt *.yaml
 graft docs
 graft misc
 graft static