From 423fb64690ce9f39f471945e734a8b5c96b24865 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 25 Jun 2024 09:30:06 +0200 Subject: [PATCH] manifest: switch yml to yaml --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f1c593b..a98e892 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,7 +9,7 @@ include *.py include *.rst include *.sh -include *.yml +include *.yaml include .git-blame-ignore-revs include .coveragerc include .editorconfig