formating conanfile.py

This commit is contained in:
terik23 2019-07-30 23:45:47 +05:00
parent ef791f7a8a
commit 412e9a69d0

View file

@ -24,7 +24,7 @@ class NameofConan(ConanFile):
author = 'Daniil Goncharov <neargye@gmail.com>'
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 = []