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.
1 parent e53bcf2 commit 1eae018Copy full SHA for 1eae018
adafruit_logging/__init__.py adafruit_logging.pyadafruit_logging/__init__.py renamed to adafruit_logging.py
setup.py
@@ -50,5 +50,5 @@
50
keywords="adafruit blinka circuitpython micropython logging logger",
51
# You can just specify the packages manually here if your project is
52
# simple. Or you can use find_packages().
53
- packages=["adafruit_logging"],
+ py_modules=["adafruit_logging"],
54
)
0 commit comments