From 3ba4e8d4259fc8f40cb324c8007fee3044f96623 Mon Sep 17 00:00:00 2001 From: Dan Davies Date: Wed, 6 Nov 2019 08:22:18 +0000 Subject: [PATCH] update to v2.2 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5326da15..a6a58992 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ __author__ = "Daniel W. Davies" __copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)" -__version__ = "2.1" +__version__ = "2.2" __maintainer__ = "Daniel W. Davies" __email__ = "d.davies16@imperial.ac.uk" __date__ = "Jun 10 2019" @@ -16,14 +16,14 @@ if __name__ == "__main__": setup( name='SMACT', - version='2.1', + version='2.2', description='Semiconducting Materials by Analogy and Chemical Theory', long_description=open(os.path.join(module_dir, 'README.md')).read(), long_description_content_type='text/markdown', url='https://github.com/WMD-group/SMACT', author='Daniel W. Davies', author_email='d.davies16@imperial.ac.uk', - license='GNU General Public License (GPL) v3', + license='MIT', packages=['smact', 'smact.tests'], package_data={ 'smact': ['data/*.txt', 'data/*.csv', 'data/*.data', 'data/*.xlsx', 'data/*.json']