Skip to content

Commit 602bc74

Browse files
committed
prepare new release
1 parent c9811e0 commit 602bc74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
from distutils.core import setup
22

33
setup(name='autocorrect',
4-
version='1.1.0',
4+
version='1.2.0',
55
packages=['autocorrect'],
66
package_data={'autocorrect': ['data/en.tar.gz']},
77
description='Spelling Corrector',
88
author='Jonas McCallum, Filip Sondej',
99
author_email='[email protected]',
1010
url='https://github.com/fsondej/autocorrect',
11-
license='http://www.opensource.org/licenses/mit-license.php',
11+
license='https://opensource.org/licenses/GPL-3.0',
1212
classifiers=('Intended Audience :: Developers',
13-
'License :: OSI Approved :: MIT License',
13+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
1414
'Natural Language :: English',
1515
'Natural Language :: Polish',
1616
'Natural Language :: Russian',

0 commit comments

Comments
 (0)