From 16f9a0648a42db427d3212f49a114d0e6a3e059e Mon Sep 17 00:00:00 2001 From: andrewheusser Date: Wed, 6 Sep 2017 11:02:50 -0400 Subject: [PATCH] changed license to MIT instead of loading the whole thing in setup.py --- setup.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index 8582bc7..55b21f3 100755 --- a/setup.py +++ b/setup.py @@ -2,22 +2,15 @@ from setuptools import setup, find_packages - -with open('README.md') as f: - readme = f.read() - -with open('LICENSE') as f: - license = f.read() - setup( name='quail', version='0.1.2', description='A python toolbox for analyzing and plotting free recall data', - long_description=readme, + long_description=' ', author='Contextual Dynamics Lab', author_email='contextualdynamics@gmail.com', url='https://github.com/ContextLab/quail', - license=license, + license='MIT', packages=find_packages(exclude=('tests', 'docs', 'paper')), include_package_data=True, install_requires=[