1
0
forked from VimPlug/jedi

from LPGL to MIT license (got the permission from all contributors), fixes #5

This commit is contained in:
David Halter
2013-07-30 03:11:34 +02:00
parent 8276848bfb
commit ea2f9ebd4c
2 changed files with 19 additions and 168 deletions

View File

@@ -23,7 +23,7 @@ setup(name='jedi',
maintainer=__AUTHOR__,
maintainer_email=__AUTHOR_EMAIL__,
url='https://github.com/davidhalter/jedi',
license='LGPLv3',
license='MIT',
keywords='python completion refactoring vim',
long_description=readme,
packages=['jedi'],
@@ -33,7 +33,7 @@ setup(name='jedi',
'Development Status :: 4 - Beta',
'Environment :: Plugins',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',