From dfa07630fb7c6283db1a8cc70d9c5a6ffe6be996 Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Mon, 30 Sep 2024 15:23:40 -0400 Subject: [PATCH] updating url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 441ba30..bc54e7b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ description="Python library for creating GA4GH testbed reports according to a harmonized, cross-workstream schema", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/jb-adams/ga4gh-testbed-lib", + url="https://github.com/ga4gh/ga4gh-testbed-lib", package_data={'': ['web/*/*', 'schemas/*']}, packages=setuptools.find_packages(), install_requires=install_requires,