From 93044d82400805cdd1d1d5e0dbe2fbf6fc786dc0 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Thu, 22 Jun 2023 14:01:47 +0530 Subject: [PATCH] Fix incorrect URL for project's Changelog (#88) On clicking the Changelog in the sidebar for the project's pypi listing on https://pypi.org/project/apache-airflow-client/ it says Not Found. The commit correct's this URL to point to the correct Changelog file in main for the repo. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf3be136..74563b07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ license_files = NOTICE project_urls = Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html - Changelog=https://github.com/apache/airflow-client-python/CHANGELOG.md + Changelog=https://github.com/apache/airflow-client-python/blob/main/CHANGELOG.md Bug Tracker=https://github.com/apache/airflow-client-python/issues Source Code=https://github.com/apache/airflow-client-python