Skip to content

Commit f60b309

Browse files
committed
Test conan data file handlers
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 638aeb3 commit f60b309

24 files changed

+7032
-48
lines changed

src/packagedcode/conan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ def assemble(
211211
cls, package_data, resource, codebase, package_adder=models.add_to_package
212212
):
213213
"""
214-
Assemble
214+
`conandata.yml` only contains the `version` and `download_url` use the conanfile.py
215+
to enhance the package metadata.
215216
"""
216217
siblings = resource.siblings(codebase)
217218
conanfile_package_resource = [r for r in siblings if r.name == "conanfile.py"]

0 commit comments

Comments
 (0)