From d17ae5754845e7594b72dabaee15fa8976bc9d8f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 11 Jul 2018 22:43:16 +0300 Subject: Add project manifest value --- libformat/manifest | 3 ++- libmformat/manifest | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libformat/manifest b/libformat/manifest index 34f77e6..e78d1ce 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,9 +1,10 @@ : 1 name: libformat version: 1.0.0 +project: hello summary: The "Hello World" example formatter library license: MIT -tags: c++, hello, world, formatter, example +tags: c++, world, formatter, example description: \ A simple library that implements the "Hello World" formatting in C++. \ diff --git a/libmformat/manifest b/libmformat/manifest index 81543c1..085cdfd 100644 --- a/libmformat/manifest +++ b/libmformat/manifest @@ -1,9 +1,10 @@ : 1 name: libmformat version: 1.0.0 +project: hello summary: The modularized "Hello World" example formatter library license: MIT -tags: c++, hello, world, formatter, example, modules +tags: c++, world, formatter, example, modules description: \ A simple library that implements the "Hello World" formatting in C++ with modules. -- cgit v1.1