From 151061be297b0c6e1868d53e517fdd32909bc332 Mon Sep 17 00:00:00 2001 From: Greg Pauloski <18683347+gpauloski@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:58:50 -0500 Subject: [PATCH] Fix package URL --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8c05cdb..6f45e6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = 0.0.1 description = ProxyStore Benchmark Suite Utilities. long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/gpauloski/proxystore-benchmarks +url = https://github.com/proxystore/proxystore-benchmarks author = Greg Pauloski author_email = jgpauloski@uchicago.edu license = MIT