8703: add "components" hash to job.
[arvados.git] / services / fuse / setup.py
index 31fa6ca0dd77985dad38feb621530f4fd1e4f640..fca1edf6bc25603beac62e6b88041cf481da43ee 100644 (file)
@@ -28,14 +28,17 @@ setup(name='arvados_fuse',
       scripts=[
         'bin/arv-mount'
         ],
+      data_files=[
+          ('share/doc/arvados_fuse', ['agpl-3.0.txt', 'README.rst']),
+      ],
       install_requires=[
-        'arvados-python-client',
-        'llfuse',
+        'arvados-python-client >= 0.1.20151118035730',
+        'llfuse==0.41.1',
         'python-daemon',
         'ciso8601'
         ],
       test_suite='tests',
-      tests_require=['PyYAML'],
+      tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )