From 3cedfb77bdef8853c4a77e1bdfebe4c52f4e58e5 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Mon, 25 Nov 2024 23:15:50 +0200 Subject: [PATCH] Fix typo --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f314045..02158d8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,6 @@ include src/ofxstatement/plugins/README.txt include src/ofxstatement/py.typed include Pipfile Pipfile.lock include Makefile -uinclude pytest.ini +include pytest.ini graft src/ofxstatement/tests/samples +recursive-include doc *.xml