Skip to content

Commit aa0fab2

Browse files
authored
Merge pull request #24 from tekktrik/dev/fix-install
Correct pyproject.toml to correctly install
2 parents 69d671d + f39f968 commit aa0fab2

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
@@ -43,7 +43,7 @@ classifiers = [
4343
dynamic = ["dependencies", "optional-dependencies"]
4444

4545
[tool.setuptools]
46-
py-modules = ["adafruit_waveform"]
46+
packages = ["adafruit_waveform"]
4747

4848
[tool.setuptools.dynamic]
4949
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)