From 34b8c03fcc2f77aba5f3c9e27f07ab40b93e1d5c Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 31 Mar 2022 09:50:48 -0600 Subject: [PATCH] Fixed typo in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ad820ffbd..607467295 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="ogcore", version="0.8.0", - author="Jason DeBacker and Richard W. Evans" + author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="A general equilibribum overlapping generations model for fiscal policy analysis", long_description_content_type="text/markdown", @@ -27,8 +27,8 @@ ] }, include_packages=True, + python_requires=">=3.7.7", install_requires=[ - "python>=3.7.7", "mkl>=2021.4.0", "psutil", "scipy>=1.7.1",