We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c35d3af + 5c990ec commit 84efe1dCopy full SHA for 84efe1d
1 file changed
circuitpython_build_tools/build.py
@@ -258,7 +258,7 @@ def get_package_info(library_path, package_folder_prefix):
258
259
if packages:
260
if len(packages) > 1:
261
- raise ValueError("Only a single package is supported")
+ print("Using first package defined in pyproject.toml as top-level package name")
262
package_name = packages[0]
263
# print(f"Using package name from pyproject.toml: {package_name}")
264
package_info["is_package"] = True
0 commit comments