Skip to content

Commit

Permalink
Update recipes/tabulate/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
fpelliccioni and uilianries authored Apr 13, 2020
1 parent 9346b6b commit 32240f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tabulate/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Tabulate(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/p-ranav/tabulate"
description = "Table Maker for Modern C++"
topics = ("conan", "cpp17", "tabulate")
topics = ("header-only", "cpp17", "tabulate", "table", "cli")
license = "MIT"
no_copy_source = True

Expand Down

0 comments on commit 32240f5

Please sign in to comment.