Skip to content

Commit 4ed39b0

Browse files
committed
Updated setup.py to reflect license change
1 parent 4801333 commit 4ed39b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
classifiers=[
4242
"Development Status :: 2 - Pre-Alpha",
4343
"Intended Audience :: Developers",
44-
"License :: OSI Approved :: GPLv3 License",
44+
"License :: OSI Approved :: Apache License",
4545
"Natural Language :: English",
4646
"Programming Language :: Python :: 3",
4747
"Programming Language :: Python :: 3.11",
4848
],
4949
description="PyFV3 is a NDSL-based FV3 dynamical core for atmospheric models.",
5050
install_requires=requirements,
5151
extras_require=extras_requires,
52-
license="GPLv3 license",
52+
license="Apache 2.0 license",
5353
long_description=readme,
5454
name="pyFV3",
5555
packages=find_namespace_packages(include=["pyFV3", "pyFV3.*"]),

0 commit comments

Comments
 (0)