Skip to content

Commit c5a05c4

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 d788783 commit c5a05c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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-
"social-auth-storage-mongoengine >= 1.0.0",
20-
"social-auth-app-flask >= 1.0.0"
19+
"social-auth-app-flask >= 1.0.0",
20+
"social-auth-storage-mongoengine >= 1.0.0"
2121
]
2222
description = "Python Social Authentication, Mongoengine Flask models integration."
2323
dynamic = ["version"]
2424
keywords = [
25+
"auth",
2526
"flask",
2627
"mongoengine",
27-
"social",
28-
"auth"
28+
"social"
2929
]
3030
license = "BSD-3-Clause"
3131
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)