From 0e773dd4673c10595cf132f93c6cb83b676e40dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez=20S=C3=A1nchez?= Date: Sun, 1 Jan 2023 10:00:57 -0600 Subject: [PATCH] Update setup.cfg Changed the version, added the license that has the library and updated the author of the project --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c98ddad..cbb9ad8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,8 @@ [metadata] name = Flask-authgen-jwt -version = 3.0.1 -author = Diego Martinez and Guillermo Ortega +version = 4.0.0 +author = Diego Martinez +license = MIT author_email = gd-code@outlook.com description = JWT authentication and generator for Flask routes long_description = file: README.md