Metadata

<-- Previous Change


2007-10-21 17:04:44 by Andrew Plotkin
2007-10-21 17:05:33 by Andrew Plotkin
23* `boodler.package` : The package name (mandatory)23* `boodler.package` : The package name (mandatory)
>>
24* `boodler.version` : The version string (default 24* `boodler.version` : The version string (default 
>`1.0`)>`1.0`)
25* `boodler.main` : Name of the Python module in th25* `boodler.main` : Name of the Python module in th
>e package file (or `.`). See [package format].>e package file (or `.`). See [package format].
26* `boodler.api_required` : The boodler API [versio26* `boodler.api_required` : The boodler API [versio
>n spec]. (If not present, the package is saying th>n spec]. (If not present, the package is saying th
>at it works with all Boodler versions.)>at it works with all Boodler versions.)
27* `boodler.requires` : A package name (optionally 27* `boodler.requires` : A package name (optionally 
>followed by a [version spec]). This indicates a de>followed by a [version spec]). This indicates a de
>pendency on the given package; it must be installe>pendency on the given package; it must be installe
>d for this package to work. If there is no version>d for this package to work. If there is no version
> spec, the dependency wants any version (preferabl> spec, the dependency wants any version (preferabl
>y the most recent).>y the most recent).
t28* `boodler.requires_exact` : A package name followt28* `boodler.requires_exact` : A package name follow
>ed by a [version number]. This indicates a depende>ed by a [version number]. This indicates a depende
>ncy on the given package at a particular version n>ncy on the given package at a particular version n
>umber. (This is discouraged, because version specs>umber. (This is discouraged, because `boodler.requ
> allow more flexibility.)>ires` and a [version spec] allows more flexibility
 >.)
2929
30## Dublin Core metadata terms30## Dublin Core metadata terms
3131
32Dublin Core is an open standard for labelling meta32Dublin Core is an open standard for labelling meta
>data. Metadata entries beginning with `dc.` are Du>data. Metadata entries beginning with `dc.` are Du
>blin Core terms.>blin Core terms.
3333
Metadata - last changed 2007-10-21 17:05:33 by Andrew Plotkin (zarf)