Add Frozen-Flask to the extension registry.
This commit is contained in:
parent
8aa1e00b1e
commit
92e2c59448
1 changed files with 11 additions and 0 deletions
|
|
@ -231,6 +231,17 @@ extensions = [
|
||||||
github='ask/flask-celery',
|
github='ask/flask-celery',
|
||||||
approved=False
|
approved=False
|
||||||
),
|
),
|
||||||
|
Extension('Frozen-Flask', 'Simon Sapin',
|
||||||
|
description='''
|
||||||
|
<p>
|
||||||
|
Freezes a Flask application into a set of static files.
|
||||||
|
The result can be hosted without any server-side software
|
||||||
|
other than a traditional web server.
|
||||||
|
''',
|
||||||
|
docs='http://packages.python.org/Frozen-Flask/',
|
||||||
|
github='SimonSapin/Frozen-Flask',
|
||||||
|
approved=False
|
||||||
|
),
|
||||||
Extension('Flask-FlatPages', 'Simon Sapin',
|
Extension('Flask-FlatPages', 'Simon Sapin',
|
||||||
description='''
|
description='''
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue