From 99f4c92230fd1ce5a7c4b861ade0007ff077b854 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 9 Mar 2020 19:48:02 +0100 Subject: [PATCH] "docs" added to conan export_sources --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 85b9696f..f296cdc0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -43,7 +43,7 @@ class UnitsConan(ConanFile): url = "https://github.com/mpusz/units" description = "Physical Units library for C++" exports = ["LICENSE.md"] - exports_sources = ["src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"] + exports_sources = ["docs/*", "src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"] settings = "os", "compiler", "build_type", "arch" requires = ( "fmt/6.1.0"