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",
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"
],
)
)