1 from setuptools import setup
5 minor_version = '%%MINOR_VERSION%%'
7 # setup.py and setup_fuse.py both share the build/ directory (argh!) so
8 # make sure to delete it to avoid scooping up the wrong files.
11 setup(name='arvados-fuse-driver',
12 version='0.1.' + minor_version,
13 description='Arvados FUSE driver',
15 author_email='info@arvados.org',
16 url="https://arvados.org",
17 download_url="https://github.com/curoverse/arvados.git",
19 packages=['arvados.fuse'],
24 'arvados-python-client',