File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ 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
19
" social-auth-app-flask >= 1.0.0" ,
@@ -22,10 +22,10 @@ dependencies = [
22
22
description = " Python Social Authentication, peewee Flask models integration."
23
23
dynamic = [" version" ]
24
24
keywords = [
25
+ " auth" ,
25
26
" flask" ,
26
27
" peewee" ,
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