13306: Adds declaration of py2/3 support to arvados cwl and python sdks
[arvados.git] / sdk / python / setup.py
index 9b38f07140049807947c8c3f3221966136a7a3d9..5c781b158350fa6d7d869b061b24d0cfd95dcae1 100644 (file)
@@ -56,6 +56,10 @@ setup(name='arvados-python-client',
           'ws4py >=0.4.2',
           'subprocess32 >=3.5.1',
       ],
+      classifiers=[
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 3',
+      ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
       zip_safe=False