Added another rule to the approval list. 2.5-2.7 compatibility

This commit is contained in:
Armin Ronacher 2010-07-26 16:02:36 +02:00
parent 89ed7e616e
commit 27ce5cc0a1

View file

@ -316,6 +316,8 @@ extension to be approved you have to follow these guidelines:
(``PackageName==dev``).
9. The ``zip_safe`` flag in the setup scrip must be set to ``False``,
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: