@@ -4,31 +4,31 @@ requires = ["setuptools"]
4
4
5
5
[project ]
6
6
authors = [
7
- {
name =
" Matias Aguirre " ,
email =
" [email protected] " },
8
- {
name =
" Lee Ji-ho " ,
email =
" [email protected] " }
7
+ {
email =
" [email protected] " ,
name =
" Matias Aguirre " },
8
+ {
email =
" [email protected] " ,
name =
" Lee Ji-ho " }
9
9
]
10
10
classifiers = [
11
11
' Development Status :: 4 - Beta' ,
12
- ' Topic :: Internet' ,
13
- ' License :: OSI Approved :: BSD License' ,
14
- ' Intended Audience :: Developers' ,
15
12
' Environment :: Web Environment' ,
16
- ' Programming Language :: Python' ,
13
+ ' Intended Audience :: Developers' ,
14
+ ' License :: OSI Approved :: BSD License' ,
15
+ ' Programming Language :: Python :: 3.10' ,
16
+ ' Programming Language :: Python :: 3.11' ,
17
+ ' Programming Language :: Python :: 3.12' ,
17
18
' Programming Language :: Python :: 3.7' ,
18
19
' Programming Language :: Python :: 3.8' ,
19
20
' Programming Language :: Python :: 3.9' ,
20
- ' Programming Language :: Python :: 3.10' ,
21
- ' Programming Language :: Python :: 3.11' ,
22
- ' Programming Language :: Python :: 3.12'
21
+ ' Programming Language :: Python' ,
22
+ ' Topic :: Internet'
23
23
]
24
24
dependencies = [
25
25
" six" ,
26
- " sqlalchemy " ,
27
- " social-auth-core>=1.0.0 "
26
+ " social-auth-core>=1.0.0 " ,
27
+ " sqlalchemy "
28
28
]
29
29
description = ' Python Social Authentication, SQLAlchemy storage.'
30
30
dynamic = [" version" ]
31
- keywords = [" sqlalchemy " , " social auth " ]
31
+ keywords = [" social auth " , " sqlalchemy " ]
32
32
license = {text = ' BSD' }
33
33
name = ' social-auth-storage-sqlalchemy'
34
34
readme = " README.md"
@@ -42,7 +42,7 @@ Repository = 'https://github.com/python-social-auth/social-storage-sqlalchemy'
42
42
43
43
[tool .flake8 ]
44
44
# Ignore some well known paths
45
- exclude = [' .venv ' , ' .tox' , ' dist ' , ' doc ' , ' build' , ' *.egg ' , ' db/env.py' , ' db/versions/*.py' , ' site ' , ' Pipfile' , ' Pipfile.lock' ]
45
+ exclude = [' *.egg ' , ' .tox' , ' .venv ' , ' build' , ' db/env.py' , ' db/versions/*.py' , ' dist ' , ' doc ' , ' Pipfile' , ' Pipfile.lock' , ' site ' ]
46
46
max-line-length = 80
47
47
48
48
[tool .setuptools ]
0 commit comments