summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-10-08 21:22:28 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-10-08 21:22:28 -0400
commit143cb7c0d888db3594ff5d312674e8e3afb5d0a3 (patch)
treea8e7998014a22db2afff8280eab72cdb16ab5170 /tasks.py
parentd53296338716751ed4915b46a6f859a1dcbfc8b9 (diff)
downloadparamiko-143cb7c0d888db3594ff5d312674e8e3afb5d0a3.tar.gz
TODO
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index 7da6eff1..bea7e27a 100644
--- a/tasks.py
+++ b/tasks.py
@@ -98,6 +98,8 @@ def guard(ctx, opts=""):
# Until we stop bundling docs w/ releases. Need to discover use cases first.
# TODO: would be nice to tie this into our own version of build() too, but
# still have publish() use that build()...really need to try out classes!
+# TODO 3.0: I'd like to just axe the 'built docs in sdist', none of my other
+# projects do it.
@task
def release(ctx, sdist=True, wheel=True, sign=True, dry_run=False, index=None):
"""