Conan topic cleanup.

This commit is contained in:
offa 2020-01-20 20:20:59 +01:00 committed by Martin Hořeňovský
parent d63681f707
commit c770a9c8b5
1 changed files with 1 additions and 1 deletions

View File

@ -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"