Skip to content

Commit 373b256

Browse files
committed
typo
1 parent ca77986 commit 373b256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def get_package_info(library_path, package_folder_prefix):
171171
for pattern in GLOB_PATTERNS:
172172
glob_search.extend(list(lib_path.rglob(pattern)))
173173

174-
pyproject_toml = load_pyproject.toml(lib_path)
174+
pyproject_toml = load_pyproject_toml(lib_path)
175175
py_modules = get_nested(pyproject_toml, "tool", "setuptools", "py-modules", default=[])
176176
packages = get_nested(pyproject_toml, "tool", "setuptools", "packages", default=[])
177177

0 commit comments

Comments
 (0)