We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506bf4e commit 2a8f95fCopy full SHA for 2a8f95f
README.rst
@@ -19,10 +19,10 @@
19
Welcome to Invoke!
20
==================
21
22
-Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
23
-subprocesses and organizing executable Python code into CLI-invokable tasks. It
24
-draws inspiration from various sources (``make``/``rake``, Fabric 1.x, etc) to
25
-arrive at a powerful & clean feature set.
+Invoke is a Python library for managing shell-oriented subprocesses and
+organizing executable Python code into CLI-invokable tasks. It draws
+inspiration from various sources (``make``/``rake``, Fabric 1.x, etc) to arrive
+at a powerful & clean feature set.
26
27
To find out what's new in this version of Invoke, please see `the changelog
28
<https://pyinvoke.org/changelog.html#{}>`_.
0 commit comments