X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..5d23eb939e64e4cf86dccb33aa24d9be3addf068:/tools/crunchstat-summary/setup.py diff --git a/tools/crunchstat-summary/setup.py b/tools/crunchstat-summary/setup.py index 642428181c..8507990f5a 100755 --- a/tools/crunchstat-summary/setup.py +++ b/tools/crunchstat-summary/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 @@ -27,7 +27,7 @@ setup(name='crunchstat_summary', 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=['crunchstat_summary'], include_package_data=True, @@ -42,5 +42,5 @@ setup(name='crunchstat_summary', ], test_suite='tests', tests_require=['pbr<1.7.0', 'mock>=1.0'], - zip_safe=False - ) + zip_safe=False, +)