Revert "setup.py: replace packages with py_modules"
This reverts commit 2e9bccd4a2.
This commit is contained in:
parent
2e9bccd4a2
commit
b40cde2ed4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -58,5 +58,5 @@ setup(
|
|||
|
||||
# You can just specify the packages manually here if your project is
|
||||
# simple. Or you can use find_packages().
|
||||
py_modules=['adafruit_ads1x15'],
|
||||
packages=['adafruit_ads1x15'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue