Browse Source

Merge pull request #517 from kuyan/patch-1

Emended extensiondev.rst
pull/504/merge
Armin Ronacher 13 years ago
parent
commit
24e01318d3
  1. 8
      docs/extensiondev.rst

8
docs/extensiondev.rst

@ -47,10 +47,10 @@ registered on PyPI. Also the development checkout link should work so
that people can easily install the development version into their that people can easily install the development version into their
virtualenv without having to download the library by hand. virtualenv without having to download the library by hand.
Flask extensions must be licensed as BSD or MIT or a more liberal license Flask extensions must be licensed under a BSD, MIT or more liberal license
to be enlisted on the Flask Extension Registry. Keep in mind that the to be able to be enlisted in the Flask Extension Registry. Keep in mind
Flask Extension Registry is a moderated place and libraries will be that the Flask Extension Registry is a moderated place and libraries will
reviewed upfront if they behave as required. be reviewed upfront if they behave as required.
"Hello Flaskext!" "Hello Flaskext!"
----------------- -----------------

Loading…
Cancel
Save