diff --git a/conanfile.py b/conanfile.py index 56175c41..b3d9f252 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ from conans import ConanFile, CMake class CatchConan(ConanFile): name = "Catch2" description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD" - topics = ("conan", "catch2", "header-only", "unit-test", "tdd", "bdd") + topics = ("conan", "catch2", "unit-test", "tdd", "bdd") url = "https://github.com/catchorg/Catch2" homepage = url license = "BSL-1.0"