summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 17:55:28 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 17:55:28 -0600
commit9e598bdec40555bc9e5884017c3190c7e8158d7d (patch)
tree4e6fd6e19e71b6c55cc6a8eb567ef710e5958731 /setup.py
parentfeb7db5c948783fcbadbad8763cb7468dbc36535 (diff)
downloadcmd2-git-9e598bdec40555bc9e5884017c3190c7e8158d7d.tar.gz
More updates for #408 and #399
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 7334af6f..0127ae5b 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',
+ 'sphinx-autobuild','invoke', 'twine',
]
}