Skip to content

Commit f39f968

Browse files
authored
Correct pyproject.toml to correctly install
1 parent 69d671d commit f39f968

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)