11[metadata]
22name = django-mail-auth
3- author = Johannes Hoppe
4- author_email = info@johanneshoppe.com
3+ author = Johannes Maron
4+ author_email = johannes@maron.family
55description = Django authentication via login URLs, no passwords required
66long_description = file: README.rst
77url = https://github.com/codingjoe/django-mail-auth
@@ -14,15 +14,17 @@ classifier =
1414 Intended Audience :: Developers
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.6
1817 Programming Language :: Python :: 3.7
1918 Programming Language :: Python :: 3.8
19+ Programming Language :: Python :: 3.9
20+ Programming Language :: Python :: 3.10
2021 Programming Language :: Python :: 3 :: Only
2122 Topic :: Internet :: WWW/HTTP
2223 Topic :: Internet
2324 Framework :: Django
2425 Framework :: Django :: 2.2
25- Framework :: Django :: 3.0
26+ Framework :: Django :: 3.2
27+ Framework :: Django :: 4.0
2628keywords = django, otp, password, email
2729
2830[options]
@@ -56,27 +58,9 @@ universal = 1
5658test = pytest
5759
5860[tool:pytest]
59- addopts = --cov =mailauth --cov-report xml --cov-report term-missing --tb =short
61+ addopts = --cov =mailauth --cov-report term-missing --tb =short
6062DJANGO_SETTINGS_MODULE = tests.testapp.settings
6163
62- [tox:tox]
63- envlist = py{36,37,38}-dj{22,30,master}-{sqlite,pg},docs
64- depencies = psycopg2-binary
65-
66- [testenv]
67- passenv =CI
68- setenv =
69- pg: DB =pg
70- deps =
71- dj22: django~=2.2
72- dj30: django~=3.0
73- djmaster: https://github.com/django/django/archive/master.tar.gz# egg=django
74- pg: psycopg2-binary
75- commands = python setup.py test
76-
77- [testenv:docs]
78- commands = python setup.py build_sphinx -W -b doctest -b html
79-
8064[build_sphinx]
8165source-dir = docs
8266build-dir = docs/_build
0 commit comments