summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 13:40:23 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 13:40:23 -0700
commit40eb6f6c9428a5a3a54cebef34da7dae173dd074 (patch)
tree0b9da95c9ac1a869e690c77884e2f9c42ca53d8b /setup.py
parent1d66e283490d5ef5ad03597f3f8d42e87e371550 (diff)
downloadcmd2-git-40eb6f6c9428a5a3a54cebef34da7dae173dd074.tar.gz
Removed reference to Python 2 and 2.7 in some sections of the documentation
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6005dff5..2c74899a 100755
--- a/setup.py
+++ b/setup.py
@@ -32,10 +32,9 @@ Main features:
- Special-character command shortcuts (beyond cmd's `?` and `!`)
- Settable environment parameters
- Parsing commands with arguments using `argparse`, including support for sub-commands
- - Unicode character support (*Python 3 only*)
+ - Unicode character support
- Good tab-completion of commands, sub-commands, file system paths, and shell commands
- - Python 3.4+ support
- - Linux, macOS and Windows support
+ - Support for Python 3.4+ on Windows, macOS, and Linux
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)
- Transcripts for use with built-in regression can be automatically generated from `history -t`