From 7bb8f4eb0defd64f1885e5c03ca47b6ad44cb51e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 27 Apr 2026 13:47:28 -0700 Subject: [PATCH] setup: Replace deprecated license classifiers. Signed-off-by: Anders Kaseorg --- zulip/setup.py | 2 +- zulip_bots/setup.py | 2 +- zulip_botserver/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zulip/setup.py b/zulip/setup.py index 097bc684b..5092d84ed 100755 --- a/zulip/setup.py +++ b/zulip/setup.py @@ -35,11 +35,11 @@ def recur_expand(target_root: Any, dir: Any) -> Generator[Tuple[str, List[str]], long_description_content_type="text/markdown", author="Zulip Open Source Project", author_email="zulip-devel@googlegroups.com", + license="Apache-2.0", classifiers=[ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Topic :: Communications :: Chat", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", diff --git a/zulip_bots/setup.py b/zulip_bots/setup.py index 296ebfed9..dfa93c267 100644 --- a/zulip_bots/setup.py +++ b/zulip_bots/setup.py @@ -25,11 +25,11 @@ long_description_content_type="text/markdown", author="Zulip Open Source Project", author_email="zulip-devel@googlegroups.com", + license="Apache-2.0", classifiers=[ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Topic :: Communications :: Chat", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", diff --git a/zulip_botserver/setup.py b/zulip_botserver/setup.py index bd710f679..4001dbd33 100644 --- a/zulip_botserver/setup.py +++ b/zulip_botserver/setup.py @@ -13,11 +13,11 @@ long_description_content_type="text/markdown", author="Zulip Open Source Project", author_email="zulip-devel@googlegroups.com", + license="Apache-2.0", classifiers=[ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Topic :: Communications :: Chat", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9",