Skip to content

Commit 719a380

Browse files
committed
pyproject.toml: normalise indentation
Two lines had diverging indentation.
1 parent 527f91e commit 719a380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
44
[project]
55
name = "django-user-sessions"
66
authors = [
7-
{name = "Bouke Haarsma", email = "[email protected]"},
7+
{name = "Bouke Haarsma", email = "[email protected]"},
88
]
99
description = "Django sessions with a foreign key to the user"
1010
readme = "README.rst"
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Security",
3131
]
3232
dependencies = [
33-
"Django>=3.2",
33+
"Django>=3.2",
3434
]
3535
dynamic = ["version"]
3636

0 commit comments

Comments
 (0)