aboutsummaryrefslogtreecommitdiff
path: root/python/docopt/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-27 07:23:08 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 09:22:59 +0700
commit4e3eae3ab67eff7a27e4efdeb2bda9a632b63da9 (patch)
treeeb8262f400280134bd5fdeb83f471bdcf79277e1 /python/docopt/README
parentd31a6fa4cfac65f124bdfaf1bb0f85567384f0a1 (diff)
python/docopt: Removed (split into python2/3)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/docopt/README')
-rw-r--r--python/docopt/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/docopt/README b/python/docopt/README
deleted file mode 100644
index 349148631b..0000000000
--- a/python/docopt/README
+++ /dev/null
@@ -1,5 +0,0 @@
-docopt helps you
-* define interface for your command-line app
-* automatically generate parser for it.
-
-Python3 is an optional dependency.