Mentioned zip_safe
This commit is contained in:
parent
498db01310
commit
312dfb4373
1 changed files with 2 additions and 0 deletions
|
|
@ -314,6 +314,8 @@ extension to be approved you have to follow these guidelines:
|
||||||
link to the documentation, website (if there is one) and there
|
link to the documentation, website (if there is one) and there
|
||||||
must be a link to automatically install the development version
|
must be a link to automatically install the development version
|
||||||
(``PackageName==dev``).
|
(``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.
|
||||||
|
|
||||||
|
|
||||||
.. _Flask Extension Wizard:
|
.. _Flask Extension Wizard:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue