Skip to content

Commit d696ac5

Browse files
authored
Merge pull request #124 from jepler/reduce-metadata-blocklist
remove entries for fixed projects
2 parents d7e66be + b354208 commit d696ac5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

circuitpython_build_tools/build.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,8 @@ def git_filter_arg():
6060
# and should be removed when the fixed version is incorporated in its respective bundle.
6161

6262
pyproject_py_modules_blocklist = set((
63-
# adafruit bundle
64-
"adafruit_colorsys",
65-
6663
# community bundle
6764
"at24mac_eeprom",
68-
"circuitpython_Candlesticks",
69-
"CircuitPython_Color_Picker",
70-
"CircuitPython_Equalizer",
71-
"CircuitPython_Scales",
72-
"circuitPython_Slider",
73-
"circuitpython_uboxplot",
74-
"P1AM",
7565
"p1am_200_helpers",
7666
))
7767

0 commit comments

Comments
 (0)