Merge branch '7454-azure-custom-data' closes #7454
[arvados.git] / sdk / python / setup.py
index 7038ffdae86e0012c97d465cde957695df2ae8d9..b589b4858309a4b33d15df8cb7be7b71d6293e20 100644 (file)
@@ -35,17 +35,19 @@ setup(name='arvados-python-client',
           'bin/arv-run',
           'bin/arv-ws'
       ],
+      data_files=[
+          ('share/doc/arvados-python-client', ['LICENSE-2.0.txt', 'README.rst']),
+      ],
       install_requires=[
+          'ciso8601',
           'google-api-python-client',
           'httplib2',
           'pycurl>=7.19.5.1',
           'python-gflags',
-          'requests>=2.4',
-          'urllib3',
           'ws4py'
       ],
       test_suite='tests',
-      tests_require=['mock>=1.0', 'PyYAML'],
+      tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )