Skip to content

Commit 2e9bccd

Browse files
committed
setup.py: replace packages with py_modules
1 parent d6910f0 commit 2e9bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858

5959
# You can just specify the packages manually here if your project is
6060
# simple. Or you can use find_packages().
61-
packages=['adafruit_ads1x15'],
61+
py_modules=['adafruit_ads1x15'],
6262
)

0 commit comments

Comments
 (0)