13306: Adds declaration of py2/3 support to arvados cwl and python sdks
[arvados.git] / sdk / cwl / setup.py
index 3bd62532a8b80b3d3513107470b827ba6ca4d02c..711796374849c115296e089e31a44729330f45fb 100644 (file)
@@ -45,6 +45,10 @@ setup(name='arvados-cwl-runner',
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
       ],
+      classifiers=[
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 3',
+      ],
       test_suite='tests',
       tests_require=[
           'mock>=1.0',