From fbc2905e2ca92c59f93b7831751b088d1dff920d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 27 Mar 2023 09:27:04 +0200 Subject: Exclude tests/__pycache__ from distribution Refs #33 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9720425..7dc3c98 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst LICENSE tox.ini recursive-include tests * +exclude tests/__pycache__/* -- cgit v1.2.1