Skip to content

Commit

Permalink
More errors in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed May 11, 2021
1 parent 651c789 commit 98c3f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url='https://github.com/ui/django-thumbnails',
license='MIT',
description='A simple Django app to manage image/photo thumbnails. Supports remote/cloud storage systems like Amazon S3.',
long_description=open('README.rst').read(),
long_description=open('README.md').read(),
zip_safe=False,
include_package_data=True,
package_data={'': ['README.md']},
Expand Down

0 comments on commit 98c3f3e

Please sign in to comment.