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