File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"]
4
4
5
5
[project ]
6
6
authors = [
7
- {
name =
" Matias Aguirre " ,
email =
" [email protected] " }
7
+ {
email =
" [email protected] " ,
name =
" Matias Aguirre " }
8
8
]
9
9
classifiers = [
10
10
" Development Status :: 4 - Beta" ,
11
- " Topic :: Internet" ,
12
- " Intended Audience :: Developers" ,
13
11
" Environment :: Web Environment" ,
14
- " Programming Language :: Python " ,
12
+ " Intended Audience :: Developers " ,
15
13
" Programming Language :: Python :: 2.7" ,
16
- " Programming Language :: Python :: 3"
14
+ " Programming Language :: Python :: 3" ,
15
+ " Programming Language :: Python" ,
16
+ " Topic :: Internet"
17
17
]
18
18
dependencies = [
19
- " six" ,
20
19
" flask-login" ,
20
+ " six" ,
21
21
" social-auth-core >= 1.0.0"
22
22
]
23
23
description = " Python Social Authentication, Flask integration."
24
24
dynamic = [" version" ]
25
25
keywords = [
26
+ " auth" ,
26
27
" flask" ,
27
- " social" ,
28
- " auth"
28
+ " social"
29
29
]
30
30
license = " BSD-3-Clause"
31
31
license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments