Skip to content

Commit b2c3e32

Browse files
committed
Convert to package
1 parent 43ef2d3 commit b2c3e32

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dynamic = ["dependencies", "optional-dependencies"]
4444
[tool.setuptools]
4545
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
4646
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
47-
py-modules = ["adafruit_pycamera"]
47+
packages = ["adafruit_pycamera"]
4848

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

0 commit comments

Comments
 (0)