From 67aa0f44d4615586c62e8a1d4814d9c6e12a4876 Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Wed, 29 Apr 2020 11:13:49 +0200 Subject: [PATCH] Include javascript files in release (thanks @jerith) --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 79a8890..f79bc1f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,5 +7,7 @@ include README.rst include requirements.txt include setup.py +recursive-include vxsandbox *.js + # Prune stray bytecode files. global-exclude *.pyc