We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9811e0 commit 602bc74Copy full SHA for 602bc74
setup.py
@@ -1,16 +1,16 @@
1
from distutils.core import setup
2
3
setup(name='autocorrect',
4
- version='1.1.0',
+ version='1.2.0',
5
packages=['autocorrect'],
6
package_data={'autocorrect': ['data/en.tar.gz']},
7
description='Spelling Corrector',
8
author='Jonas McCallum, Filip Sondej',
9
author_email='[email protected]',
10
url='https://github.com/fsondej/autocorrect',
11
- license='http://www.opensource.org/licenses/mit-license.php',
+ license='https://opensource.org/licenses/GPL-3.0',
12
classifiers=('Intended Audience :: Developers',
13
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
14
'Natural Language :: English',
15
'Natural Language :: Polish',
16
'Natural Language :: Russian',
0 commit comments