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')