From e4b7827b6dbba9492fbc5e71bc24683f4381f95f Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 14 Sep 2022 00:57:42 +0800 Subject: [PATCH] setup.py: Update url (#1586) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9319835..c9c1a11 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( description='Connexion - API first applications with OpenAPI/Swagger and Flask', long_description=readme(), author='Zalando SE', - url='https://github.com/zalando/connexion', + url='https://github.com/spec-first/connexion', keywords='openapi oai swagger rest api oauth flask microservice framework', license='Apache License Version 2.0', python_requires=">=3.6",