Skip to content

Commit 44d0c26

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 3204d4b commit 44d0c26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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 = [
1919
"social-auth-app-flask >= 1.0.0",
@@ -22,10 +22,10 @@ dependencies = [
2222
description = "Python Social Authentication, peewee Flask models integration."
2323
dynamic = ["version"]
2424
keywords = [
25+
"auth",
2526
"flask",
2627
"peewee",
27-
"social",
28-
"auth"
28+
"social"
2929
]
3030
license = "BSD-3-Clause"
3131
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)