diff options
author | kanzure <kanzure@gmail.com> | 2011-01-08 16:48:08 -0600 |
---|---|---|
committer | kanzure <kanzure@gmail.com> | 2011-01-08 16:48:08 -0600 |
commit | 178d7c5ca46077ba8e6be6eedfb048b6e9baabb6 (patch) | |
tree | 466e66f21eb69600c74f392f19db3ff8194a578e | |
parent | 8739717d105461982c3ccacc14921dad026ec0f8 (diff) | |
download | skdb-178d7c5ca46077ba8e6be6eedfb048b6e9baabb6.tar.gz skdb-178d7c5ca46077ba8e6be6eedfb048b6e9baabb6.zip |
we also need a short description for each project
-rw-r--r-- | doc/package_spec.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/package_spec.yaml b/doc/package_spec.yaml index a186a41..264e379 100644 --- a/doc/package_spec.yaml +++ b/doc/package_spec.yaml @@ -153,9 +153,11 @@ metadata: ("hh:mm:ssZ" UTC time optional) - version: version number of the package, in major.minor.bugfix notation. after backwards-incompatible changes the major version - number must be incremented. + number must be incremented. + - short description: a concise single-line description of the project + up to 140 characters in length. - description: a short (one or two paragraph) description of the - project. + project. the first line can be the value of 'short description'. - classes: lists of data types the package makes use of, as a mapping with the key corresponding to the name of the package which defines those data types. |