Skip to content

Commit

Permalink
Tell PyPI that long description is in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed May 11, 2021
1 parent 98c3f3e commit b5a7196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
license='MIT',
description='A simple Django app to manage image/photo thumbnails. Supports remote/cloud storage systems like Amazon S3.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
zip_safe=False,
include_package_data=True,
package_data={'': ['README.md']},
Expand Down

0 comments on commit b5a7196

Please sign in to comment.