From f4b2f0d46229d64ecdd2c645ddf346ddbbd7e68c Mon Sep 17 00:00:00 2001 From: Shunichi09 Date: Fri, 28 May 2021 14:29:15 +0900 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b125f14..c78f954 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,7 @@ setup( author_email='quick1st97of@gmail.com', install_requires=install_requires, url='https://github.com/Shunichi09/PythonLinearNonlinearControl', - license='MIT License', - packages=find_packages(exclude=('tests')), + packages=find_packages(exclude=('tests', 'scripts')), setup_requires=setup_requires, test_suite='tests', tests_require=tests_require