Add some missing things
This commit is contained in:
parent
99a05ee6ee
commit
e8fd70da4d
4 changed files with 4 additions and 0 deletions
BIN
examples/display-ruler.bmp
Normal file
BIN
examples/display-ruler.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 352 KiB |
2
examples/display-ruler.bmp.license
Normal file
2
examples/display-ruler.bmp.license
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
@ -4,3 +4,4 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
Adafruit-Blinka
|
Adafruit-Blinka
|
||||||
|
adafruit-blinka-displayio
|
||||||
1
setup.py
1
setup.py
|
|
@ -37,6 +37,7 @@ setup(
|
||||||
author_email="circuitpython@adafruit.com",
|
author_email="circuitpython@adafruit.com",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"Adafruit-Blinka",
|
"Adafruit-Blinka",
|
||||||
|
"adafruit-blinka-displayio",
|
||||||
],
|
],
|
||||||
# Choose your license
|
# Choose your license
|
||||||
license="MIT",
|
license="MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue