Fix used license: MIT to BSD

ref: e2a238d33f
This commit is contained in:
Matheus Felipe
2022-12-01 05:18:06 -03:00
committed by GitHub
parent 6bfd666f4c
commit be94da40b7

View File

@@ -12,13 +12,13 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
author='Tanmoy Sarkar', author='Tanmoy Sarkar',
author_email='ts741127@gmail.com', author_email='ts741127@gmail.com',
license='MIT', license='BSD',
url="https://github.com/Tanmoy741127/lumi", url="https://github.com/Tanmoy741127/lumi",
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
], ],
keywords='rpc rest api web backend framework', keywords='rpc rest api web backend framework',