Update setup.py

This commit is contained in:
Samer Afach 2018-10-18 10:21:10 +02:00
parent f08f376108
commit f1def0d923
1 changed files with 1 additions and 1 deletions

View File

@ -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'],