summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2016-12-09 21:31:46 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2016-12-09 21:31:46 -0500
commit07f368332ba4863f76bd6416b24650b93000c1e2 (patch)
treed06c1bba9ac4935df5f543f76ca7ebadafa71906 /setup.py
parentcdbf6ec4764a3a6035ba6d0e9c6abd12cee09237 (diff)
downloadcmd2-git-07f368332ba4863f76bd6416b24650b93000c1e2.tar.gz
Python 2 and 3 both compiling.
ISSUES: - Tab completion broken in Python 2 TODO: - Still need to do transcript testing for both Python 2 and 3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 39f2f2e2..01d939c2 100755
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,9 @@ tests_require = ['mock', 'pytest']
setup(
name="cmd2",
- version="0.6.9",
+ version="0.7.0",
py_modules=["cmd2"],
- use_2to3=True,
+ use_2to3=False,
# metadata for upload to PyPI
author='Catherine Devlin',