Skip to content

Commit b916b70

Browse files
authored
Merge pull request #19 from andreamah/pip-installation-fix
setup.py fixes for correct pip installation
2 parents 4b663e6 + 4284330 commit b916b70

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
@@ -49,5 +49,5 @@
4949
# simple. Or you can use find_packages().
5050
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5151
# CHANGE `py_modules=['...']` TO `packages=['...']`
52-
py_modules=["adafruit_bitmap_font"],
52+
packages=["adafruit_bitmap_font"],
5353
)

0 commit comments

Comments
 (0)