Skip to content

Commit d009170

Browse files
committed
adding_package_folder
1 parent 898df9d commit d009170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
keywords="adafruit bme280 sensor hardware micropython circuitpython",
5353
# You can just specify the packages manually here if your project is
5454
# simple. Or you can use find_packages().
55-
py_modules=["adafruit_bme280"],
55+
packages=["adafruit_bme280"],
5656
)

0 commit comments

Comments
 (0)