We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4801333 commit 4ed39b0Copy full SHA for 4ed39b0
setup.py
@@ -41,15 +41,15 @@
41
classifiers=[
42
"Development Status :: 2 - Pre-Alpha",
43
"Intended Audience :: Developers",
44
- "License :: OSI Approved :: GPLv3 License",
+ "License :: OSI Approved :: Apache License",
45
"Natural Language :: English",
46
"Programming Language :: Python :: 3",
47
"Programming Language :: Python :: 3.11",
48
],
49
description="PyFV3 is a NDSL-based FV3 dynamical core for atmospheric models.",
50
install_requires=requirements,
51
extras_require=extras_requires,
52
- license="GPLv3 license",
+ license="Apache 2.0 license",
53
long_description=readme,
54
name="pyFV3",
55
packages=find_namespace_packages(include=["pyFV3", "pyFV3.*"]),
0 commit comments