forked from mpusz/mp-units
style: small formatting cleanup of conanfile.py
This commit is contained in:
@@ -62,15 +62,15 @@ class MPUnitsConan(ConanFile):
|
|||||||
"use_fmtlib": False,
|
"use_fmtlib": False,
|
||||||
}
|
}
|
||||||
tool_requires = "cmake/[>=3.28.1]"
|
tool_requires = "cmake/[>=3.28.1]"
|
||||||
exports = ["LICENSE.md"]
|
exports = "LICENSE.md"
|
||||||
exports_sources = [
|
exports_sources = (
|
||||||
"docs/*",
|
"docs/*",
|
||||||
"src/*",
|
"src/*",
|
||||||
"test/*",
|
"test/*",
|
||||||
"cmake/*",
|
"cmake/*",
|
||||||
"example/*",
|
"example/*",
|
||||||
"CMakeLists.txt",
|
"CMakeLists.txt",
|
||||||
]
|
)
|
||||||
package_type = "header-library"
|
package_type = "header-library"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user