Skip to content

Commit de9017c

Browse files
authored
Merge pull request #13 from adafruit/lowercase_module_name
lowercase module name in setup.py (fixes #12)
2 parents 088ada2 + 14a7b38 commit de9017c

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
@@ -56,5 +56,5 @@
5656

5757
# You can just specify the packages manually here if your project is
5858
# simple. Or you can use find_packages().
59-
py_modules=['adafruit_DS3231'],
59+
py_modules=['adafruit_ds3231'],
6060
)

0 commit comments

Comments
 (0)