[ARVADOS] updated: bbfe0f05b55ba00f16e3427f6ea48a6343a4b7c8
git at public.curoverse.com
git at public.curoverse.com
Thu Nov 6 10:26:24 EST 2014
Summary of changes:
sdk/python/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via bbfe0f05b55ba00f16e3427f6ea48a6343a4b7c8 (commit)
from 788ecdf8085f5e69cd3dc960f510b49f11432cb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit bbfe0f05b55ba00f16e3427f6ea48a6343a4b7c8
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Nov 6 10:26:21 2014 -0500
add 'arv-run' to setup.py refs #3609
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 64fba0c..e073a0f 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -39,7 +39,8 @@ setup(name='arvados-python-client',
'bin/arv-ls',
'bin/arv-normalize',
'bin/arv-put',
- 'bin/arv-ws',
+ 'bin/arv-run',
+ 'bin/arv-ws'
],
install_requires=[
'python-gflags',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list