From a9592b95b02d0c7e83d6f9a50094a6093a4b3e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= Date: Fri, 3 Nov 2023 16:32:40 +0100 Subject: [PATCH] Add python_runner.py to MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a3cea2e..7153514 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -recursive-include src/ py.typed *.pyi VERSION +recursive-include src/ py.typed *.pyi VERSION python_runner.py global-exclude __pycache__ global-exclude *.py[cod] \ No newline at end of file