From 1aa550f840f52296b7ca14e19bc33618ed7d6e5a Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Thu, 13 Dec 2018 08:33:39 -0200 Subject: #187 Add Conan topics Signed-off-by: Uilian Ries --- conanfile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 6ac48705..ba774be4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -12,6 +12,7 @@ class AbseilConan(ConanFile): author = "Ashley Hedberg " description = "Abseil Common Libraries (C++) from Google" license = "Apache-2.0" + topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") exports = ["LICENSE"] exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] generators = "cmake" -- cgit v1.2.3