We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50214 commit d7fc51dCopy full SHA for d7fc51d
setup.py
@@ -6,6 +6,7 @@
6
setup(
7
name='django-imagefit',
8
version='0.7.0',
9
+ long_description_content_type='text/markdown',
10
description='Render an optimized version of your original image on display. Ability to resize and crop.',
11
long_description=open('README.md').read(),
12
author='Vincent Agnano',
0 commit comments