From be94da40b73a07321886c86e4c22204bdea2ebc3 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Thu, 1 Dec 2022 05:18:06 -0300 Subject: [PATCH] Fix used license: MIT to BSD ref: https://github.com/Tanmoy741127/lumi/commit/e2a238d33ffb3f41bf58ae06fdef9df9326a86fb --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2d4f51e..d2664d8 100644 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ setup( long_description_content_type="text/markdown", author='Tanmoy Sarkar', author_email='ts741127@gmail.com', - license='MIT', + license='BSD', url="https://github.com/Tanmoy741127/lumi", classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries :: Python Modules', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3', ], keywords='rpc rest api web backend framework', @@ -28,4 +28,4 @@ setup( "nanoid==2.0.0" ], -) \ No newline at end of file +)