18126: Unpins python-rsa since python2 support is no longer needed.
[arvados.git] / sdk / python / setup.py
index a726b49fe3814a7d51d7fcb32420ad98abb4150d..ef95674a6477b9ba1d57c91b2544022232bc206c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: Apache-2.0
@@ -60,7 +60,6 @@ setup(name='arvados-python-client',
           ':python_version<"3"': ['pytz'],
       },
       classifiers=[
-          'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 3',
       ],
       test_suite='tests',