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 18bf07a commit 57f9014Copy full SHA for 57f9014
setup.py
@@ -11,12 +11,13 @@
11
12
setup(
13
name='django-webmention',
14
- version='1.0.0',
+ version='1.0.1',
15
packages=find_packages(),
16
description='A pluggable implementation of webmention for Django projects.',
17
author='Dane Hillard',
18
author_email='[email protected]',
19
long_description=readme,
20
+ long_description_content_type='text/markdown',
21
install_requires=requirements,
22
url='https://github.com/easy-as-python/django-webmention',
23
license='MIT',
0 commit comments