Skip to content

Commit a6ae5ba

Browse files
authored
Merge pull request #36 from tekktrik/dev/fix-packaging
Update packaging specification in pyproject.toml
2 parents 7e17e75 + 526dd50 commit a6ae5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
dynamic = ["dependencies", "optional-dependencies"]
4141

4242
[tool.setuptools]
43-
py-modules = ["adafruit_cursorcontrol"]
43+
packages = ["adafruit_cursorcontrol"]
4444

4545
[tool.setuptools.dynamic]
4646
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)