From a7d83a9f8008a58813e4495dd8b00d14214a51ad Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 25 Jul 2010 14:59:31 +0200 Subject: [PATCH] Approved extensions must not be GPL --- docs/extensiondev.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 9eb2dbbe..e181fe3e 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -302,12 +302,11 @@ extension to be approved you have to follow these guidelines: - it must be possible to use the factory pattern for creating applications. -4. The license has to be BSD/MIT/WTFPL licensed unless a depending - library absolutely enforces GPL or another license. +4. The license must be BSD/MIT/WTFPL licensed. 5. The naming scheme for official extensions is *Flask-ExtensionName* or *ExtensionName-Flask*. 6. Approved extensions must define all their dependencies in the - `setup.py` file unless a dependency cannot by met because it is not + `setup.py` file unless a dependency cannot be met because it is not available on PyPI. 7. The extension must have documentation that uses one of the two Flask themes for Sphinx documentation.