Skip to content

Commit

Permalink
Fixed typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Mar 31, 2022
1 parent c803e90 commit 34b8c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 34b8c03

Please sign in to comment.