Skip to content

Commit dfa0763

Browse files
committed
updating url in setup.py
1 parent c92385d commit dfa0763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
description="Python library for creating GA4GH testbed reports according to a harmonized, cross-workstream schema",
3030
long_description=long_description,
3131
long_description_content_type="text/markdown",
32-
url="https://github.com/jb-adams/ga4gh-testbed-lib",
32+
url="https://github.com/ga4gh/ga4gh-testbed-lib",
3333
package_data={'': ['web/*/*', 'schemas/*']},
3434
packages=setuptools.find_packages(),
3535
install_requires=install_requires,

0 commit comments

Comments
 (0)