-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (31 loc) · 880 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = Flask-authgen-jwt
version = 4.2.3
author = Diego Martinez
license = MIT
author_email = [email protected]
description = JWT authentication and generator for Flask routes
long_description = file: README.md
long_description_content_type = text/markdown
requires-python = ">=3.9"
license_files = LICENSE
url = https://github.com/dmtzs/Flask-authgen-jwt
project_urls =
Bug Tracker = https://github.com/dmtzs/Flask-authgen-jwt/issues
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: MicroPython
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
install_requires =
Flask
PyJWT
package_dir =
= src
py_modules =
flask_authgen_jwt