Skip to content

Commit

Permalink
Reinstate project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
remyzandwijk committed Apr 28, 2020
1 parent 0d53543 commit 05a0b1e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# -*- coding: utf-8 -*-
"""
Flask-CKEditor
~~~~~~~~~~~~~~~
Flask-CKEditor
--------------
:author: Grey Li <withlihui@gmail.com>
:copyright: (c) 2020 by Grey Li.
:license: MIT, see LICENSE for more details.
CKEditor integration for Flask, including image upload, code syntax
highlighting and more.
Main Features:
* Integrated with Flask-WTF/WTForms.
* Config CKEditor through Flask's configuration system.
* Image upload support.
* Code snippet highlighting.
* Built-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 Down

0 comments on commit 05a0b1e

Please sign in to comment.