Skip to content

Commit

Permalink
Update setup to new license, bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zebulasampedro committed Mar 30, 2016
1 parent ec1fd76 commit 8b1cfd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

setup(
name='oide',
version='0.11.3',
version='0.11.4',
author=u'Zebula Sampedro',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
url='https://github.com/ResearchComputing/OIDE',
license='AGPLv3, see LICENSE',
license='MIT, see LICENSE',
description="Online Integrated Development Environment (OIDE)",
long_description=open('DESCRIPTION.rst').read(),
zip_safe=False,
Expand All @@ -28,7 +28,7 @@
'Topic :: Software Development :: Build Tools',
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Terminals :: Terminal Emulators/X Terminals',
'License :: OSI Approved :: GNU Affero General Public License v3',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: JavaScript',
],
Expand Down

0 comments on commit 8b1cfd9

Please sign in to comment.