mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +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):
|
class CatchConan(ConanFile):
|
||||||
name = "Catch2"
|
name = "Catch2"
|
||||||
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
|
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"
|
url = "https://github.com/catchorg/Catch2"
|
||||||
homepage = url
|
homepage = url
|
||||||
license = "BSL-1.0"
|
license = "BSL-1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user