Skip to content

Commit d247c7d

Browse files
committed
Change module to package and include cursor bitmap
1 parent 2512503 commit d247c7d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
198 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dynamic = ["dependencies", "optional-dependencies"]
4848
[tool.setuptools]
4949
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5050
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
51-
py-modules = ["adafruit_usb_host_mouse"]
51+
packages = ["adafruit_usb_host_mouse"]
5252

5353
[tool.setuptools.dynamic]
5454
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)