From b8848d478ddc3561d27dc8c5ffe918dfd8eb57d4 Mon Sep 17 00:00:00 2001 From: Darwin Darakananda Date: Wed, 15 Jul 2015 22:35:49 -0700 Subject: [PATCH] Fix license type in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26d195a..8cca7a8 100644 --- a/setup.py +++ b/setup.py @@ -6,4 +6,4 @@ author = 'Darwin Darakananda', py_modules=['mdx_bib'], install_requires = ['markdown', 'pybtex'], - license='BSD') + license='MIT')