include yaml in package data

This commit is contained in:
Jesse Bannon 2022-10-01 22:32:15 -07:00
parent 7cdde2c3d2
commit 632071e5d7

View file

@ -30,6 +30,9 @@ install_requires =
mediafile==0.9.0 mediafile==0.9.0
PyYAML==6.0 PyYAML==6.0
[options.package_data]
* = *.yaml
[options.packages.find] [options.packages.find]
where=src where=src