Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / sdk / python / setup.py.src
index 807327c3a511d91d0c99cd166e6c2808f11fe0ba..fbb8c52337dcbe9fd22ddcdab3e1f3af3d7bf086 100644 (file)
@@ -1,12 +1,3 @@
-from setuptools import setup
-import shutil
-
-minor_version = '%%MINOR_VERSION%%'
-
-# setup.py and setup_fuse.py both share the build/ directory (argh!) so
-# make sure to delete it to avoid scooping up the wrong files.
-shutil.rmtree('build')
-
 setup(name='arvados-python-client',
       version='0.1.' + minor_version,
       description='Arvados client library',