From bca70f3ac4b16f494f1b8b816e193fb420cf7797 Mon Sep 17 00:00:00 2001 From: Mike Hendricks Date: Mon, 31 Jul 2023 17:47:58 -0700 Subject: [PATCH] Use correct url in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 513e18f7..ee6ec3d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = file: preditor/version.py description = A python REPL and Editor and console based on Qt. long_description = file: README.md long_description_content_type = text/markdown -url = https://gitlab.blur.com/pipeline/preditor.git +url = https://github.com/blurstudio/PrEditor.git author = Blur Studio author_email = opensource@blur.com license = LGPL-3.0