[ARVADOS] updated: e16c1ecc8097fd586e86fc90206836000b5f5004

git at public.curoverse.com git at public.curoverse.com
Fri Jul 18 09:51:48 EDT 2014


Summary of changes:
 sdk/python/setup.py    | 2 +-
 services/fuse/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  e16c1ecc8097fd586e86fc90206836000b5f5004 (commit)
      from  688c0eec8c0af1a18a581b3d8725ec88d39682f2 (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 e16c1ecc8097fd586e86fc90206836000b5f5004
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Jul 18 09:52:27 2014 -0400

    3252: Fix README location in setup.py scripts.
    
    Refs #3252.

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 2c51e8f..020ae76 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -4,7 +4,7 @@ import os
 
 from setuptools import setup, find_packages
 
-README = os.path.join(os.path.dirname(__file__), 'README.rst')
+README = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.rst')
 
 setup(name='arvados-python-client',
       version='0.1',
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index d9fe797..23791ca 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -4,7 +4,7 @@ import os
 
 from setuptools import setup, find_packages
 
-README = os.path.join(os.path.dirname(__file__), 'README.rst')
+README = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.rst')
 
 setup(name='arvados_fuse',
       version='0.1',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list