Relicense under the MIT license

This commit is contained in:
2017-02-01 23:03:54 +01:00
parent dbe822a02c
commit b68dfd57f1
5 changed files with 45 additions and 4 deletions

View File

@@ -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',