forked from orbit-oss/flask
Fix typos and remove unused import.
This commit is contained in:
parent
9f6bc93e4d
commit
3c821a0fa4
6 changed files with 15 additions and 14 deletions
6
setup.py
6
setup.py
|
|
@ -34,7 +34,8 @@ Links
|
|||
|
||||
* `website <http://flask.pocoo.org/>`_
|
||||
* `documentation <http://flask.pocoo.org/docs/>`_
|
||||
* `development version <http://github.com/mitsuhiko/flask/zipball/master#egg=Flask-dev>`_
|
||||
* `development version
|
||||
<http://github.com/mitsuhiko/flask/zipball/master#egg=Flask-dev>`_
|
||||
|
||||
"""
|
||||
from setuptools import setup
|
||||
|
|
@ -47,7 +48,8 @@ setup(
|
|||
license='BSD',
|
||||
author='Armin Ronacher',
|
||||
author_email='armin.ronacher@active-4.com',
|
||||
description='A microframework based on Werkzeug, Jinja2 and good intentions',
|
||||
description='A microframework based on Werkzeug, Jinja2 '
|
||||
'and good intentions',
|
||||
long_description=__doc__,
|
||||
py_modules=['flask'],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue