mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 10:58:06 +00:00
Conan topic cleanup.
This commit is contained in:
parent
d63681f707
commit
c770a9c8b5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue