From 632071e5d72d8037a805b8cedae23130a9c3c69d Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 1 Oct 2022 22:32:15 -0700 Subject: [PATCH] include yaml in package data --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 58715f1c..90b046c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,9 @@ install_requires = mediafile==0.9.0 PyYAML==6.0 +[options.package_data] +* = *.yaml + [options.packages.find] where=src