summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorkotfu <jared@kotfu.net>2018-05-31 20:50:55 -0600
committerGitHub <noreply@github.com>2018-05-31 20:50:55 -0600
commit8ca52ba0d5617a227d67132d53dd7258829fa5ef (patch)
tree03fa9a1595a5f76d41b3e82eefac0d2003753464 /tasks.py
parentc404cce4934d96b7a9cb4514ad69edde892ffb1d (diff)
parent26c92194eaafd78100fe3aa4290e7fd67d8f3120 (diff)
downloadcmd2-git-8ca52ba0d5617a227d67132d53dd7258829fa5ef.tar.gz
Merge branch 'master' into unit_tests
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 000af0a5..5c0bd772 100644
--- a/tasks.py
+++ b/tasks.py
@@ -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