From d047ab2d8105d6b4ddf780611453d7d09b48ad7f Mon Sep 17 00:00:00 2001 From: Bram Goessens Date: Thu, 23 Dec 2021 10:40:47 +0100 Subject: [PATCH] add openapi.yaml to manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 01c9c2b4..03a7a1c1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include *.txt *.ini *.cfg *.rst LICENSE -recursive-include atramhasis *.ico *.png *.css *.gif *.jpg *.pt *.txt *.jinja2 *.js *.html *.xml *.po *.pot *.mo +recursive-include atramhasis *.ico *.png *.css *.gif *.jpg *.pt *.txt *.jinja2 *.js *.html *.xml *.po *.pot *.mo openapi.yaml graft atramhasis/scaffolds graft atramhasis/alembic prune tests