|
11 | 11 |
|
12 | 12 | setup(
|
13 | 13 | name='django-webmention',
|
14 |
| - version='0.0.4', |
| 14 | + version='0.1.0', |
15 | 15 | packages=find_packages(),
|
16 | 16 | description='A pluggable implementation of webmention for Django projects.',
|
17 | 17 | keywords='webmention pingback linkback blogging',
|
18 | 18 | author='Dane Hillard',
|
19 | 19 |
|
20 | 20 | long_description=readme,
|
21 | 21 | install_requires=requirements,
|
22 |
| - url='https://github.com/daneah/django-webmention', |
| 22 | + url='https://github.com/easy-as-python/django-webmention', |
23 | 23 | license='MIT',
|
24 | 24 | classifiers=[
|
25 | 25 | 'Development Status :: 2 - Pre-Alpha',
|
26 | 26 | 'Intended Audience :: Developers',
|
27 | 27 | 'Framework :: Django',
|
28 | 28 | 'Framework :: Django :: 1.8',
|
29 | 29 | 'Framework :: Django :: 1.9',
|
| 30 | + 'Framework :: Django :: 1.10', |
| 31 | + 'Framework :: Django :: 1.11', |
| 32 | + 'Framework :: Django :: 2.0', |
30 | 33 | 'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
|
31 | 34 | 'License :: OSI Approved :: MIT License',
|
32 | 35 | 'Programming Language :: Python :: 3',
|
33 | 36 | 'Programming Language :: Python :: 3.4',
|
34 | 37 | 'Programming Language :: Python :: 3.5',
|
| 38 | + 'Programming Language :: Python :: 3.6', |
35 | 39 | ],
|
36 | 40 | )
|
0 commit comments