From 792bd2c191d3d936070dad9d098716b78ea35193 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 17 Feb 2024 23:02:00 +0100 Subject: [PATCH] style: small formatting cleanup of `conanfile.py` --- conanfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conanfile.py b/conanfile.py index 77793105..74a0c960 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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