From 51543437d7ed18c8136d4760aff1889e3c7cb8e3 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Feb 2026 14:57:59 -0800 Subject: [PATCH] remove comment --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 9f5caa8d..38cdaae1 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ import setuptools -# force tests with open('README.md', 'r') as f: long_description = f.read()