summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-30 20:59:34 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-30 20:59:34 -0700
commit9b63c7f6c9afea779793166351bac10c701d723c (patch)
tree4a6f91e376e703e44488b97a97d0756544831ec9 /setup.py
parent84c7ece041504bfaba77a10f459726ebe87b0a14 (diff)
downloadcmd2-git-9b63c7f6c9afea779793166351bac10c701d723c.tar.gz
Added minimum version of twine to dev tool requirements in setup.py
Also: - Updated comment in tasks.py to document minimum version of twine, wheel, and setuptools required
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 57ea5d37..59c53b68 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ EXTRAS_REQUIRE = {
# install with 'pip install -e .[dev]'
'dev': [
'pytest', 'pytest-cov', 'tox', 'pylint', 'sphinx', 'sphinx-rtd-theme',
- 'sphinx-autobuild','invoke', 'twine',
+ 'sphinx-autobuild', 'invoke', 'twine>=1.11',
]
}