From 3d9554baec74bedaa1d61926894cf5abdb5282de Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Feb 2026 14:55:45 -0800 Subject: [PATCH] force tests --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 71a891a3..9f5caa8d 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,7 @@ import setuptools +# force tests + with open('README.md', 'r') as f: long_description = f.read()