Relicense under the MIT license
This commit is contained in:
4
setup.py
4
setup.py
@@ -10,7 +10,7 @@ from setuptools import setup
|
||||
setup(name='Flask-Logging-Extras',
|
||||
version='0.0.1',
|
||||
url='https://github.com/gergelypolonkai/flask-logging-extras',
|
||||
license='BSD',
|
||||
license='MIT',
|
||||
author='Gergely Polonkai',
|
||||
author_email='gergely@polonkai.eu',
|
||||
description='Extra logging functionality for Flask apps',
|
||||
@@ -24,7 +24,7 @@ setup(name='Flask-Logging-Extras',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
Reference in New Issue
Block a user