From 412e9a69d0ca78106261f6e7c7225b6d959f1387 Mon Sep 17 00:00:00 2001 From: terik23 Date: Tue, 30 Jul 2019 23:45:47 +0500 Subject: [PATCH] formating conanfile.py --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 5c52c19..224297f 100644 --- a/conanfile.py +++ b/conanfile.py @@ -24,7 +24,7 @@ class NameofConan(ConanFile): author = 'Daniil Goncharov ' license = 'MIT' generators = 'cmake_find_package' - exports_sources = ['example/*','include/*','test/*','CMakeLists.txt','LICENSE'] + exports_sources = ['example/*', 'include/*', 'test/*', 'CMakeLists.txt', 'LICENSE'] exports = ['LICENSE.md'] _build_subfolder = 'build_subfolder' build_requires = []