Approved Flask-XML-RPC

This commit is contained in:
Armin Ronacher 2010-07-30 10:50:18 +02:00
parent 1bd812f4c5
commit 582c5afd70

View file

@ -70,7 +70,8 @@ extensions = [
<p>Adds <a href="http://www.xmlrpc.com/">XML-RPC</a> support to Flask. <p>Adds <a href="http://www.xmlrpc.com/">XML-RPC</a> support to Flask.
''', ''',
bitbucket='leafstorm/flask-xml-rpc', bitbucket='leafstorm/flask-xml-rpc',
docs='http://packages.python.org/Flask-XML-RPC/' docs='http://packages.python.org/Flask-XML-RPC/',
approved=True
), ),
Extension('Flask-CouchDB', 'Matthew Frazier', Extension('Flask-CouchDB', 'Matthew Frazier',
description=''' description='''