style: small formatting cleanup of conanfile.py

This commit is contained in:
Mateusz Pusz
2024-02-17 23:02:00 +01:00
parent d4f41bb513
commit 792bd2c191

View File

@@ -62,15 +62,15 @@ class MPUnitsConan(ConanFile):
"use_fmtlib": False,
}
tool_requires = "cmake/[>=3.28.1]"
exports = ["LICENSE.md"]
exports_sources = [
exports = "LICENSE.md"
exports_sources = (
"docs/*",
"src/*",
"test/*",
"cmake/*",
"example/*",
"CMakeLists.txt",
]
)
package_type = "header-library"
no_copy_source = True