11[metadata]
22name = django-webmention
3- version = 1.1 .0
3+ version = 2.0 .0
44description = A pluggable implementation of webmention for Django projects
55author = Dane Hillard
66author_email = github@danehillard.com
@@ -13,20 +13,20 @@ classifiers =
1313 Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
1515 Framework :: Django
16- Framework :: Django :: 1.8
17- Framework :: Django :: 1.9
18- Framework :: Django :: 1.10
1916 Framework :: Django :: 1.11
2017 Framework :: Django :: 2.0
2118 Framework :: Django :: 2.1
19+ Framework :: Django :: 2.2
20+ Framework :: Django :: 3.0
21+ Framework :: Django :: 3.1
2222 Topic :: Internet :: WWW/HTTP :: Indexing/Search
2323 License :: OSI Approved :: MIT License
2424 Programming Language :: Python
2525 Programming Language :: Python :: 3 :: Only
2626 Programming Language :: Python :: 3
27- Programming Language :: Python :: 3.5
2827 Programming Language :: Python :: 3.6
2928 Programming Language :: Python :: 3.7
29+ Programming Language :: Python :: 3.8
3030
3131[options]
3232package_dir = =src
@@ -69,11 +69,10 @@ DJANGO_SETTINGS_MODULE = tests.test_settings
6969python_files =
7070 tests.py
7171 test_*.py
72- testdirs = tests
7372addopts = -ra -q --cov =webmention
7473
7574[tox:tox]
76- envlist = {py35, py36,py37,py38}-django{1.11,2.1,2.2}
75+ envlist = {py36,py37,py38}-django{1.11,2.1,2.2,3.0,3.1 }
7776
7877[testenv]
7978extras = test
8382 django1.11: Django>=1.11,<2
8483 django2.1: Django>=2.1,<2.2
8584 django2.2: Django>=2.2,<2.3
85+ django3.0: Django>=3.0,<3.1
86+ django3.1: Django>=3.1,<3.2
8687
8788[testenv:lint]
8889extras = lint
0 commit comments