summaryrefslogtreecommitdiffstats
path: root/network/bottle/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/bottle/README')
-rw-r--r--network/bottle/README8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/bottle/README b/network/bottle/README
index f64ed2a768..fb045a510e 100644
--- a/network/bottle/README
+++ b/network/bottle/README
@@ -1,5 +1,3 @@
-bottle is a fast and simple micro-framework for small web applications. It
-offers request dispatching (Routes) with url parameter support, templates,
-a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
-template engines - all in a single file and with 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.