Skip to content

Commit 7bb8f4e

Browse files
committed
setup: Replace deprecated license classifiers.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
1 parent f945c4f commit 7bb8f4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

zulip/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ def recur_expand(target_root: Any, dir: Any) -> Generator[Tuple[str, List[str]],
3535
long_description_content_type="text/markdown",
3636
author="Zulip Open Source Project",
3737
author_email="zulip-devel@googlegroups.com",
38+
license="Apache-2.0",
3839
classifiers=[
3940
"Development Status :: 4 - Beta",
4041
"Environment :: Web Environment",
4142
"Intended Audience :: Developers",
42-
"License :: OSI Approved :: Apache Software License",
4343
"Topic :: Communications :: Chat",
4444
"Programming Language :: Python :: 3",
4545
"Programming Language :: Python :: 3.9",

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
long_description_content_type="text/markdown",
2626
author="Zulip Open Source Project",
2727
author_email="zulip-devel@googlegroups.com",
28+
license="Apache-2.0",
2829
classifiers=[
2930
"Development Status :: 4 - Beta",
3031
"Environment :: Web Environment",
3132
"Intended Audience :: Developers",
32-
"License :: OSI Approved :: Apache Software License",
3333
"Topic :: Communications :: Chat",
3434
"Programming Language :: Python :: 3",
3535
"Programming Language :: Python :: 3.9",

zulip_botserver/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
long_description_content_type="text/markdown",
1414
author="Zulip Open Source Project",
1515
author_email="zulip-devel@googlegroups.com",
16+
license="Apache-2.0",
1617
classifiers=[
1718
"Development Status :: 4 - Beta",
1819
"Environment :: Web Environment",
1920
"Intended Audience :: Developers",
20-
"License :: OSI Approved :: Apache Software License",
2121
"Topic :: Communications :: Chat",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)