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 e8247f4 commit f1a7442Copy full SHA for f1a7442
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='django-webmention',
14
- version='0.0.2',
+ version='0.0.3',
15
packages=find_packages(),
16
description='A pluggable implementation of webmention for Django projects.',
17
keywords='webmention pingback linkback blogging',
@@ -26,6 +26,7 @@
26
'Intended Audience :: Developers',
27
'Framework :: Django',
28
'Framework :: Django :: 1.8',
29
+ 'Framework :: Django :: 1.9',
30
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
31
'License :: OSI Approved :: MIT License',
32
'Programming Language :: Python :: 3',
0 commit comments