Skip to content

Commit

Permalink
📚 updated setup license
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuchina committed Aug 14, 2017
1 parent 9b14828 commit 318616c
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 @@ -7,13 +7,13 @@
url='https://github.com/miyuchina/mistletoe',
author='Mi Yu',
author_email='hello@afteryu.me',
license='GNU GPLv3',
license='MIT',
packages=['mistletoe'],
entry_points={'console_scripts': ['mistletoe = mistletoe.__main__:main']},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 318616c

Please sign in to comment.