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, "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