Skip to content

Commit d4ce84f

Browse files
committed
Update LICENSE
1 parent ca0555a commit d4ce84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2015 Steven Loria
1+
Copyright 2013-2017 Steven Loria
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read(fname):
3737
description='Simple, Pythonic text processing. Sentiment analysis, '
3838
'part-of-speech tagging, noun phrase parsing, and more.',
3939
long_description=read("README.rst"),
40-
license=read("LICENSE"),
40+
license='MIT',
4141
author='Steven Loria',
4242
author_email='[email protected]',
4343
url='https://github.com/sloria/TextBlob',

0 commit comments

Comments
 (0)