diff options
author | kotfu <jared@kotfu.net> | 2018-05-31 20:50:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 20:50:55 -0600 |
commit | 8ca52ba0d5617a227d67132d53dd7258829fa5ef (patch) | |
tree | 03fa9a1595a5f76d41b3e82eefac0d2003753464 /tasks.py | |
parent | c404cce4934d96b7a9cb4514ad69edde892ffb1d (diff) | |
parent | 26c92194eaafd78100fe3aa4290e7fd67d8f3120 (diff) | |
download | cmd2-git-8ca52ba0d5617a227d67132d53dd7258829fa5ef.tar.gz |
Merge branch 'master' into unit_tests
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ # # coding=utf-8 -"""Development related tasks to be run with 'invoke'""" +"""Development related tasks to be run with 'invoke'. +Make sure you satisfy the following Python module requirements if you are trying to publish a release to PyPI: + - twine >= 1.11.0 + - wheel >= 0.31.0 + - setuptools >= 39.1.0 +""" import os import shutil |