Skip to content

Commit c6ebc1c

Browse files
committed
Fix package in pyproject.toml
1 parent caa8ddd commit c6ebc1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ classifiers = [
4242
dynamic = ["dependencies", "optional-dependencies"]
4343

4444
[tool.setuptools]
45-
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
46-
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
47-
py-modules = ["raspberrypi_buildhat"]
45+
py-modules = ["buildhat"]
4846

4947
[tool.setuptools.dynamic]
5048
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)