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