summaryrefslogtreecommitdiff
path: root/libmformat
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-11 22:43:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-11 22:43:16 +0300
commitd17ae5754845e7594b72dabaee15fa8976bc9d8f (patch)
tree070b74cc6da2071d659116c7834c8be39638837d /libmformat
parentd07917d4e9f68ad5ed10c3ad25324cd6f519565c (diff)
Add project manifest value
Diffstat (limited to 'libmformat')
-rw-r--r--libmformat/manifest3
1 files changed, 2 insertions, 1 deletions
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.