Skip to content

Commit fd42a43

Browse files
committed
setup: Minor adjustments (remove license, adjust some text).
* The license is set in the trove classifiers already, and matches the LICENSE file, so is not needed as a separate setup key. * Zulip is typically capitalized, so use Zulip rather than zulip in description. * Use 'Zulip Open Source Project' as the author, like other Zulip PyPI packages.
1 parent 625c0fc commit fd42a43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ def long_description():
5252
setup(
5353
name='zulip-term',
5454
version=ZT_VERSION,
55-
description='A terminal-based interface to zulip chat',
55+
description='A terminal-based interface to Zulip chat',
5656
long_description=long_description(),
5757
long_description_content_type='text/markdown',
5858
url='https://github.com/zulip/zulip-terminal',
59-
author='Zulip',
59+
author='Zulip Open Source Project',
6060
author_email='[email protected]',
61-
license='MIT',
6261
classifiers=[
6362
'Development Status :: 4 - Beta',
6463

0 commit comments

Comments
 (0)