Skip to content

Commit

Permalink
fix learningequality#4382 -- we are MIT licensed
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Sep 8, 2015
1 parent 3e5df27 commit 8dd5d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def install_distributions(distributions):
author_email="[email protected]",
url="https://www.learningequality.org",
description=DIST_DESCRIPTION,
license="GPLv3",
license="MIT",
keywords=("khan academy", "offline", "education", "OER"),
scripts=['bin/kalite'],
packages=find_packages(exclude=["python-packages"]),
Expand All @@ -361,7 +361,7 @@ def install_distributions(distributions):
install_requires=DIST_REQUIREMENTS,
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'License :: OSI Approved :: MIT License',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8dd5d0d

Please sign in to comment.