forked from orbit-oss/flask
Added another rule to the approval list. 2.5-2.7 compatibility
This commit is contained in:
parent
89ed7e616e
commit
27ce5cc0a1
1 changed files with 2 additions and 0 deletions
|
|
@ -316,6 +316,8 @@ extension to be approved you have to follow these guidelines:
|
||||||
(``PackageName==dev``).
|
(``PackageName==dev``).
|
||||||
9. The ``zip_safe`` flag in the setup scrip must be set to ``False``,
|
9. The ``zip_safe`` flag in the setup scrip must be set to ``False``,
|
||||||
even if the extension would be safe for zipping.
|
even if the extension would be safe for zipping.
|
||||||
|
10. An extension currently has to support Python 2.5, 2.6 as well as
|
||||||
|
Python 2.7
|
||||||
|
|
||||||
|
|
||||||
.. _Flask Extension Wizard:
|
.. _Flask Extension Wizard:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue