From 55edcedbf830344618b4034ec39fcad996e7421e Mon Sep 17 00:00:00 2001 From: Bryce Larson Date: Wed, 31 Mar 2021 13:05:34 +0000 Subject: [PATCH] add run.py to the sdist tarball --- MANIFEST.in | 1 + run.py | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 run.py diff --git a/MANIFEST.in b/MANIFEST.in index 310331282c3..239c8c32ee8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include LICENSE include NOTICE include README.rst include SUPPORT.rst +include run.py include tests/*.py recursive-include tests * recursive-include requirements *.txt diff --git a/run.py b/run.py old mode 100644 new mode 100755