diff --git a/conanfile.py b/conanfile.py index 8c998e70..eb7175ec 100644 --- a/conanfile.py +++ b/conanfile.py @@ -43,16 +43,17 @@ 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"] settings = "os", "compiler", "build_type", "arch" requires = ( "fmt/6.1.0" ) - scm = { - "type": "git", - "url": "auto", - "revision": "auto", - "submodule": "recursive" - } + # scm = { + # "type": "git", + # "url": "auto", + # "revision": "auto", + # "submodule": "recursive" + # } generators = "cmake" @property