aboutsummaryrefslogtreecommitdiff
path: root/python/flask-restplus/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/flask-restplus/README')
-rw-r--r--python/flask-restplus/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/flask-restplus/README b/python/flask-restplus/README
deleted file mode 100644
index 5dbe5fdceb..0000000000
--- a/python/flask-restplus/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Flask-RESTPlus is an extension for Flask that adds support
-for quickly building REST APIs. Flask-RESTPlus encourages
-best practices with minimal setup. If you are familiar with
-Flask, Flask-RESTPlus should be easy to pick up. It provides
-a coherent collection of decorators and tools to describe
-your API and expose its documentation properly using Swagger.