Skip to content

Commit 57f9014

Browse files
committed
Update to expect README as markdown
1 parent 18bf07a commit 57f9014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111

1212
setup(
1313
name='django-webmention',
14-
version='1.0.0',
14+
version='1.0.1',
1515
packages=find_packages(),
1616
description='A pluggable implementation of webmention for Django projects.',
1717
author='Dane Hillard',
1818
author_email='[email protected]',
1919
long_description=readme,
20+
long_description_content_type='text/markdown',
2021
install_requires=requirements,
2122
url='https://github.com/easy-as-python/django-webmention',
2223
license='MIT',

0 commit comments

Comments
 (0)