Skip to content

Commit

Permalink
Updated setup.py to reflect license change
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Nov 22, 2024
1 parent 4801333 commit 4ed39b0
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 @@ -41,15 +41,15 @@
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GPLv3 License",
"License :: OSI Approved :: Apache License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
],
description="PyFV3 is a NDSL-based FV3 dynamical core for atmospheric models.",
install_requires=requirements,
extras_require=extras_requires,
license="GPLv3 license",
license="Apache 2.0 license",
long_description=readme,
name="pyFV3",
packages=find_namespace_packages(include=["pyFV3", "pyFV3.*"]),
Expand Down

0 comments on commit 4ed39b0

Please sign in to comment.