Skip to content

Commit b0cba71

Browse files
Update conanfile.py
1 parent 9c95dfc commit b0cba71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class PizzaTestConan(ConanFile):
1010
author = "Fossil Logic <[email protected]>"
1111
url = "https://github.com/fossillogic/fossil-test"
1212
description = "Fossil Test is a lightweight, portable unit testing library written in pure C with zero external dependencies."
13-
topics = ("testing", "mocking", "benchmark", "meson", "fossillogic")
13+
topics = ("c", "benchmark", "tdd", "cpp", "ddd", "bdd", "mocking", "unittesting", "meson", "conan-recipe", "mesonbuild", "ninja-build")
1414

1515
settings = "os", "compiler", "build_type", "arch"
1616
options = {"shared": [True, False]}

0 commit comments

Comments
 (0)