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 = []