remove duplicate line in setup py

This commit is contained in:
foamyguy 2021-06-21 20:14:50 -05:00
parent 2548f865fe
commit 17cef0019a

View File

@ -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")]