Skip to content

Commit

Permalink
Merge pull request #24 from tekktrik/dev/fix-install
Browse files Browse the repository at this point in the history
Correct pyproject.toml to correctly install
  • Loading branch information
tekktrik authored Sep 6, 2022
2 parents 69d671d + f39f968 commit aa0fab2
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 @@ -43,7 +43,7 @@ classifiers = [
dynamic = ["dependencies", "optional-dependencies"]

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

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

0 comments on commit aa0fab2

Please sign in to comment.