From e29ea4683f266c1ba4f87579c71e1534fa609e8e Mon Sep 17 00:00:00 2001 From: Leif Date: Wed, 30 Jul 2025 10:41:36 -0400 Subject: [PATCH] update license expression --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a03f9ae6..39a536cef 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name="atlassian-python-api", description="Python Atlassian REST API Wrapper", long_description=long_description, - license="Apache License 2.0", + license="Apache-2.0", version=version, download_url="https://github.com/atlassian-api/atlassian-python-api", author="Matt Harasymczuk",