diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-07 14:58:36 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-07 14:58:36 -0500 |
| commit | 9a9d4dbb4da40761b45f1eea76ec2f4479cdf827 (patch) | |
| tree | ab38d08efcdab74a3e1883ba76e0fd21ad2291f5 /setup.py | |
| parent | d63c878413006630834324d71bd22f012bc543a8 (diff) | |
| parent | e6672fe278b877c82f8d011281b17dcf2654d257 (diff) | |
| download | cmd2-git-9a9d4dbb4da40761b45f1eea76ec2f4479cdf827.tar.gz | |
Merge branch 'master' into argparse
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ Setuptools setup file, used to install or test 'cmd2' import sys from setuptools import setup -VERSION = '0.7.9a' +VERSION = '0.8.0a' DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python" LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It @@ -32,7 +32,7 @@ Main features: - Parsing commands with flags - Unicode character support (*Python 3 only*) - Good tab-completion of commands, file system paths, and shell commands - - Python 2.7 and 3.3+ support + - Python 2.7 and 3.4+ support - Linux, macOS and Windows support - Trivial to provide built-in help for all commands - Built-in regression testing framework for your applications (transcript-based testing) @@ -52,10 +52,10 @@ Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 -Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 +Programming Language :: Python :: 3.7 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Libraries :: Python Modules |
