mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Conan topic cleanup.
This commit is contained in:
parent
d63681f707
commit
c770a9c8b5
@ -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…
Reference in New Issue
Block a user