From 40c5c8bde02d0aefe877c9a440ea336be262590e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20Jer=C5=A1e?= Date: Tue, 7 May 2024 10:05:15 +0200 Subject: [PATCH] Exclude e2e files from package --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 73baea4b..fc0215e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,3 +7,5 @@ include .readthedocs.yaml include tox.ini recursive-include tests *.py recursive-include tests/files * +# Exclude e2e files +recursive-exclude e2e *