[ARVADOS] updated: 8711ee09c09a7501baedf59e26e6b7dd35ed6e5c
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 18 17:40:18 EST 2014
Summary of changes:
sdk/python/setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 8711ee09c09a7501baedf59e26e6b7dd35ed6e5c (commit)
from 10e10f0f796cacd223bb781837c98598680b722c (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 8711ee09c09a7501baedf59e26e6b7dd35ed6e5c
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Feb 18 17:40:02 2014 -0500
Update url field in python sdk setup.py file.
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 7506931..d366e76 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -7,9 +7,9 @@ minor_version = subprocess.check_output(
setup(name='arvados-python-client',
version='0.1.' + minor_version,
description='Arvados client library',
- url='https://arvados.org',
author='Arvados',
author_email='info at arvados.org',
+ url="https://github.com/curoverse/arvados.git",
license='Apache 2.0',
packages=['arvados'],
scripts=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list