X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c1cf71ba704247fd635ce49fde9f0bc8106512d8..5dd128f5a57e704e3b3ea5225130ca85bd3bb84c:/services/fuse/setup.py diff --git a/services/fuse/setup.py b/services/fuse/setup.py index ae1aa019bb..d0c46f1320 100644 --- a/services/fuse/setup.py +++ b/services/fuse/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 @@ -33,7 +33,7 @@ setup(name='arvados_fuse', author='Arvados', author_email='info@arvados.org', url="https://arvados.org", - download_url="https://github.com/curoverse/arvados.git", + download_url="https://github.com/arvados/arvados.git", license='GNU Affero General Public License, version 3.0', packages=['arvados_fuse'], scripts=[ @@ -59,6 +59,6 @@ setup(name='arvados_fuse', 'Programming Language :: Python :: 3', ], test_suite='tests', - tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'], + tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML', 'parameterized',], zip_safe=False )