Skip to content

Commit

Permalink
Merge pull request #36 from tekktrik/dev/fix-packaging
Browse files Browse the repository at this point in the history
Update packaging specification in pyproject.toml
  • Loading branch information
tannewt authored Jun 1, 2023
2 parents 7e17e75 + 526dd50 commit a6ae5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools]
py-modules = ["adafruit_cursorcontrol"]
packages = ["adafruit_cursorcontrol"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
Expand Down

0 comments on commit a6ae5ba

Please sign in to comment.