Skip to content

Commit 38397b0

Browse files
committed
Sync package metadata with the repository
1 parent d21057b commit 38397b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@ name = fastapi-oauth2
33
version = attr: fastapi_oauth2.__version__
44
author = Artyom Vancyan
55
author_email = [email protected]
6-
description = Easy to setup OAuth2 social authentication mechanism with support for several auth providers.
6+
description = Easy to setup OAuth2 authentication with support for several auth providers.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
project_urls =
1010
Documentation=https://github.com/pysnippet/fastapi-oauth2/
1111
Source Code=https://github.com/pysnippet/fastapi-oauth2/
1212
keywords =
1313
python
14+
sso
1415
auth
1516
login
16-
social
17+
oauth
1718
oauth2
19+
social
1820
fastapi
21+
allauth
22+
security
23+
middleware
1924
authentication
2025
license = MIT
2126
license_files = LICENSE

0 commit comments

Comments
 (0)