diff options
Diffstat (limited to 'package/python-bottle/Config.in')
-rw-r--r-- | package/python-bottle/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in index f9b60ca724..5e37f6e3c1 100644 --- a/package/python-bottle/Config.in +++ b/package/python-bottle/Config.in @@ -1,8 +1,9 @@ config BR2_PACKAGE_PYTHON_BOTTLE bool "python-bottle" help - Bottle is a fast, simple and lightweight WSGI micro web-framework - for Python. It is distributed as a single file module and has no - dependencies other than the Python Standard Library. + Bottle is a fast, simple and lightweight WSGI micro + web-framework for Python. It is distributed as a single file + module and has no dependencies other than the Python + Standard Library. http://bottlepy.org |