From 164dbca04a0557ff04aa92a02351f128047ee497 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 23 Jul 2016 15:03:06 -0700 Subject: [PATCH] clarify possible development use of "meta" --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32396ebe0..a1c326498 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,6 @@ The following packages are **STRONGLY RECOMMENDED** to be installed: (These are Python bindings for the ICU package. https://pypi.python.org/pypi/PyICU/) -* **Meta** - - Required for experimental "where" clause creation. This functionality - is not yet in main-line code but the package is needed to support further - development. Install with pypi: https://pypi.python.org/pypi/meta. - The following packages are optional: ------------------------------------ * **gtkspell** @@ -104,6 +98,13 @@ The following packages are optional: More font support in the reports +* **Meta** + + Required for experimental "where" clause creation. This functionality + is not yet in main-line code so it is not needed by users. If the package + will be used by gramps developers, to support further development, then + it may be included. Install with pypi: https://pypi.python.org/pypi/meta. + Optional packages required by Third-party Addons ------------------------------------------------