From 17cef0019a23c642e6f9ba7a338e70876b507bff Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 21 Jun 2021 20:14:50 -0500 Subject: [PATCH] remove duplicate line in setup py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1f3a580d3d..4152cc0017 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,6 @@ from pathlib import Path STD_PACKAGES = set(('array', 'math', 'os', 'random', 'struct', 'sys', 'ssl', 'time')) -STD_PACKAGES = set(('array', 'math', 'os', 'random', 'struct', 'sys', 'ssl', 'time')) - stub_root = Path("circuitpython-stubs") stubs = [p.relative_to(stub_root).as_posix() for p in stub_root.glob("*.pyi")]