Skip to content

Commit 1eae018

Browse files
committed
adafruit_logging changed to file py_module
1 parent e53bcf2 commit 1eae018

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
keywords="adafruit blinka circuitpython micropython logging logger",
5151
# You can just specify the packages manually here if your project is
5252
# simple. Or you can use find_packages().
53-
packages=["adafruit_logging"],
53+
py_modules=["adafruit_logging"],
5454
)

0 commit comments

Comments
 (0)