mirror of
https://github.com/Tanmoy741127/lumi.git
synced 2022-12-02 00:02:32 +03:00
6
setup.py
6
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"
|
||||
],
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user