From 893d63c890e52f9718da5c847fa4170e7bfe99f9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 20 Oct 2021 00:52:49 +0200 Subject: [PATCH] Include all files in MANIFEST.in so they are published to PyPI (#872) --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d47086be4..dbb963c17 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.rst -recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.j2 +recursive-include ihatemoney *.rst *.py *.yaml *.po *.mo *.html *.css *.js *.eot *.svg *.woff *.txt *.png *.ini *.cfg *.j2 *.jpg *.gif *.ico include LICENSE CONTRIBUTORS CHANGELOG.rst