Add some missing things

This commit is contained in:
Melissa LeBlanc-Williams 2021-09-20 15:01:19 -07:00
parent 99a05ee6ee
commit e8fd70da4d
4 changed files with 4 additions and 0 deletions

BIN
examples/display-ruler.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

View file

@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT

View file

@ -4,3 +4,4 @@
# SPDX-License-Identifier: MIT
Adafruit-Blinka
adafruit-blinka-displayio

View file

@ -37,6 +37,7 @@ setup(
author_email="circuitpython@adafruit.com",
install_requires=[
"Adafruit-Blinka",
"adafruit-blinka-displayio",
],
# Choose your license
license="MIT",