From f1def0d923541de335b671b4b4e651725fc823db Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 18 Oct 2018 10:21:10 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8d6a91..f63f437 100644 --- a/setup.py +++ b/setup.py @@ -262,7 +262,7 @@ setup(name='spintrum', url='http://www.afach.de/', author='Samer Afach', author_email='samer@afach.de', - license='MPL', + license='Dual', packages=['spintrum'], package_data={'spintrum': [lib_file] + recursive_glob("examples")}, install_requires=['numpy', 'mpmath'],