File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"]
44
55[project ]
66authors = [
7- {
name =
" Matias Aguirre " ,
email =
" [email protected] " }
7+ {
email =
" [email protected] " ,
name =
" Matias Aguirre " }
88]
99classifiers = [
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]
1818dependencies = [
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]
2222description = " Python Social Authentication, Mongoengine Flask models integration."
2323dynamic = [" version" ]
2424keywords = [
25+ " auth" ,
2526 " flask" ,
2627 " mongoengine" ,
27- " social" ,
28- " auth"
28+ " social"
2929]
3030license = " BSD-3-Clause"
3131license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments