Skip to content

Commit 68fb58c

Browse files
committed
chore: apply pre-commit fixes
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent 4268853 commit 68fb58c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"]
44

55
[project]
66
authors = [
7-
{name = "Matias Aguirre", email = "[email protected]"}
7+
{email = "[email protected]", name = "Matias Aguirre"}
88
]
99
classifiers = [
1010
"Development Status :: 4 - Beta",
11-
"Topic :: Internet",
12-
"Intended Audience :: Developers",
1311
"Environment :: Web Environment",
14-
"Programming Language :: Python",
12+
"Intended Audience :: Developers",
1513
"Programming Language :: Python :: 2.7",
16-
"Programming Language :: Python :: 3"
14+
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python",
16+
"Topic :: Internet"
1717
]
1818
dependencies = [
19-
"six",
2019
"flask-login",
20+
"six",
2121
"social-auth-core >= 1.0.0"
2222
]
2323
description = "Python Social Authentication, Flask integration."
2424
dynamic = ["version"]
2525
keywords = [
26+
"auth",
2627
"flask",
27-
"social",
28-
"auth"
28+
"social"
2929
]
3030
license = "BSD-3-Clause"
3131
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)