Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Dec 4, 2017
1 parent ab778d0 commit 8b10204
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
--------------
CKEditor integration for Flask, including image upload, code syntax highlight and more.
Main Features:
* Integrated with Flask-WTF/WTForms.
* Config CKEditor through Flask's configuration system.
* Image upload support.
* Code snippet highlight.
* Bulit-in CKEditor resources.
Go to `Github page
<https://github.com/greyli/flask-ckeditor>`_ , which you can check for more
details.
"""
from setuptools import setup

Expand All @@ -15,7 +27,7 @@
license='MIT',
author='Grey Li',
author_email='withlihui@gmail.com',
description=('Implementation of CKEditor for WTForms/Flask-WTF.'),
description=('CKEditor integration for Flask.'),
long_description=__doc__,
packages=['flask_ckeditor'],
zip_safe=False,
Expand Down

0 comments on commit 8b10204

Please sign in to comment.