From 01cf59f8390a1a5d97408b0bbe9f984784077eae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 11 Jul 2018 22:42:30 +0300 Subject: Add project manifest value --- libmprint/manifest | 3 ++- libprint/manifest | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libmprint/manifest b/libmprint/manifest index 3e9783b..610b697 100644 --- a/libmprint/manifest +++ b/libmprint/manifest @@ -1,9 +1,10 @@ : 1 name: libmprint version: 1.0.0 +project: hello summary: The modularized "Hello World" example printer library license: MIT -tags: c++, hello, world, printer, example, modules +tags: c++, world, printer, example, modules description: \ A simple library that implements the "Hello World" example printer in C++ with modules. diff --git a/libprint/manifest b/libprint/manifest index b670dae..a142fb3 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,9 +1,10 @@ : 1 name: libprint version: 1.0.0 +project: hello summary: The "Hello World" example printer library license: MIT -tags: c++, hello, world, printer, example +tags: c++, world, printer, example description: \ A simple library that implements the "Hello World" example printer in C++. \ -- cgit v1.1