We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 512a684 + 54be3e5 commit bc80eabCopy full SHA for bc80eab
requirements.txt
@@ -1 +1,2 @@
1
Adafruit-Blinka
2
+adafruit-blinka-displayio
setup.py
@@ -29,7 +29,7 @@
29
# Author details
30
author="Adafruit Industries",
31
author_email="circuitpython@adafruit.com",
32
- install_requires=["Adafruit-Blinka"],
+ install_requires=["Adafruit-Blinka", "adafruit-blinka-displayio"],
33
# Choose your license
34
license="MIT",
35
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -49,5 +49,5 @@
49
# simple. Or you can use find_packages().
50
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51
# CHANGE `py_modules=['...']` TO `packages=['...']`
52
- py_modules=["adafruit_display_button"],
+ packages=["adafruit_display_button"],
53
)
0 commit comments