@@ -4,31 +4,31 @@ requires = ["setuptools"]
44
55[project ]
66authors = [
7- {name = " Matias Aguirre " , email = " matiasaguirre@gmail.com " },
8- {name = " Lee Ji-ho " , email = " search5@gmail.com " }
7+ {email = " matiasaguirre@gmail.com " , name = " Matias Aguirre " },
8+ {email = " search5@gmail.com " , name = " Lee Ji-ho " }
99]
1010classifiers = [
1111 ' Development Status :: 4 - Beta' ,
12- ' Topic :: Internet' ,
13- ' License :: OSI Approved :: BSD License' ,
14- ' Intended Audience :: Developers' ,
1512 ' 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' ,
1718 ' Programming Language :: Python :: 3.7' ,
1819 ' Programming Language :: Python :: 3.8' ,
1920 ' 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'
2323]
2424dependencies = [
2525 " six" ,
26- " sqlalchemy " ,
27- " social-auth-core>=1.0.0 "
26+ " social-auth-core>=1.0.0 " ,
27+ " sqlalchemy "
2828]
2929description = ' Python Social Authentication, SQLAlchemy storage.'
3030dynamic = [" version" ]
31- keywords = [" sqlalchemy " , " social auth " ]
31+ keywords = [" social auth " , " sqlalchemy " ]
3232license = {text = ' BSD' }
3333name = ' social-auth-storage-sqlalchemy'
3434readme = " README.md"
@@ -42,7 +42,7 @@ Repository = 'https://github.com/python-social-auth/social-storage-sqlalchemy'
4242
4343[tool .flake8 ]
4444# 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 ' ]
4646max-line-length = 80
4747
4848[tool .setuptools ]
0 commit comments