File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2929# digitalio, micropython and busio. List the modules you use. Without it, the
3030# autodoc module docs will fail to generate with a warning.
3131autodoc_mock_imports = [
32- "displayio" ,
33- "adafruit_display_shapes" ,
3432 "vectorio" ,
3533 "bitmaptools" ,
36- "terminalio" ,
37- "adafruit_imageload" ,
38- "adafruit_display_text" ,
39- "bitmaptools" ,
4034]
4135
4236
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: MIT
55
66Adafruit-Blinka
7+ adafruit-blinka-displayio
8+ adafruit-circuitpython-display-shapes
9+ adafruit-circuitpython-imageload
10+ adafruit-circuitpython-display-text
Original file line number Diff line number Diff line change 3636 author_email = "circuitpython@adafruit.com" ,
3737 install_requires = [
3838 "Adafruit-Blinka" ,
39+ "adafruit-blinka-displayio" ,
40+ "adafruit-circuitpython-display-shapes" ,
41+ "adafruit-circuitpython-imageload" ,
42+ "adafruit-circuitpython-display-text" ,
3943 ],
4044 # Choose your license
4145 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments