Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zulip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion zulip_bots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion zulip_botserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading