Skip to content

Commit 1d795ae

Browse files
authored
Merge pull request #2 from halprin/mit-pypi
Change the license utilized by PyPI to MIT
2 parents 6dbb866 + a0f61a9 commit 1d795ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url='https://github.com/halprin/iterator-chain',
1616
classifiers=[
1717
'Programming Language :: Python :: 3',
18-
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
18+
'License :: OSI Approved :: MIT License',
1919
'Operating System :: OS Independent',
2020
'Topic :: Software Development :: Libraries :: Python Modules'
2121
],

0 commit comments

Comments
 (0)