diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:26:38 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:26:38 -0700 |
commit | ac2075a820b9c93b1a452decb174112257d072fe (patch) | |
tree | 671822e542104e9ffde3ad970b4b3a646fe6184f /tasks.py | |
parent | a495da760fcd43369c62a586e4e751a1635c213d (diff) | |
parent | 57c2ffbbd6d7afed4aa952ac9c4735b3adc5d349 (diff) |
Merge branch 'master' of github.com:paramiko/paramiko
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ def release(ctx): rmtree(target, ignore_errors=True) copytree(docs_build, target) # Publish - publish(ctx) + publish(ctx, wheel=True) ns = Collection(test, coverage, release, docs=docs, www=www) |