summaryrefslogtreecommitdiffstats
path: root/development/python-docopt/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/python-docopt/README')
-rw-r--r--development/python-docopt/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/development/python-docopt/README b/development/python-docopt/README
deleted file mode 100644
index 085b06a386..0000000000
--- a/development/python-docopt/README
+++ /dev/null
@@ -1,9 +0,0 @@
-docopt helps you:
-- define the interface for your command-line app, and
-- automatically generate a parser for it.
-docopt is based on conventions that have been used for decades in help
-messages and man pages for describing a program's interface.
-An interface description in docopt is such a help message,
-but formalized.
-
-python3 is an optional (autodetected) dependency.