Skip to content

Commit 22fa1b6

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 1e27ee5 commit 22fa1b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ 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+
"django-mongoengine>= 0.3.3",
1920
"social-auth-app-django >= 1.0.0",
20-
"social-auth-storage-mongoengine >= 1.0.0",
21-
"django-mongoengine>= 0.3.3"
21+
"social-auth-storage-mongoengine >= 1.0.0"
2222
]
2323
description = "Python Social Authentication, Mongoengine Django integration."
2424
dynamic = ["version"]
2525
keywords = [
26-
"django",
27-
"social",
2826
"auth",
29-
"mongoengine"
27+
"django",
28+
"mongoengine",
29+
"social"
3030
]
3131
license = "BSD-3-Clause"
3232
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)