5 from setuptools import setup, find_packages
7 README = os.path.join(os.path.dirname(__file__), 'README.rst')
9 setup(name='arvados_fuse',
11 description='Arvados FUSE driver',
12 long_description=open(README).read(),
14 author_email='info@arvados.org',
15 url="https://arvados.org",
16 download_url="https://github.com/curoverse/arvados.git",
17 license='GNU Affero General Public License, version 3.0',
18 packages=['arvados_fuse'],
23 'arvados-python-client',
28 tests_require=['PyYAML'],