Skip to content

Commit

Permalink
Merge e8dc822 into b94744f
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Nov 30, 2021
2 parents b94744f + e8dc822 commit 736b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def collectExtraFiles():
url="https://github.com/terrapower/armi/",
license="Apache 2.0",
long_description=README,
python_requres=">=3.6",
python_requires=">=3.7",
packages=find_packages(),
package_data={"armi": ["resources/*", "resources/**/*"] + EXTRA_FILES},
entry_points={"console_scripts": ["armi = armi.__main__:main"]},
Expand Down

0 comments on commit 736b30c

Please sign in to comment.