pypi_packages: Use README files for long descriptions.
This commit is contained in:
parent
c55bf78c6b
commit
dd201926fa
3 changed files with 15 additions and 0 deletions
|
@ -23,11 +23,16 @@ if not IS_PYPA_PACKAGE:
|
|||
package_data[''].append('fixtures/*.json')
|
||||
package_data[''].append('logo.*')
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
# We should be installable with either setuptools or distutils.
|
||||
package_info = dict(
|
||||
name='zulip_bots',
|
||||
version=ZULIP_BOTS_VERSION,
|
||||
description='Zulip\'s Bot framework',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
author='Zulip Open Source Project',
|
||||
author_email='zulip-devel@googlegroups.com',
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue