We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8344881 + 3bf6dda commit 5e06d6dCopy full SHA for 5e06d6d
2 files changed
CHANGES.md
@@ -1,3 +1,7 @@
1
+## Changes in 0.3.2
2
+
3
+- Change inconsistent license classifier in `pyproject.toml`
4
5
## Changes in 0.3.1
6
7
- Fixed a bug in `xcube_resampling.rectify_dataset` that occurred when processing
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
"Development Status :: 5 - Production/Stable",
24
"Intended Audience :: Science/Research",
25
"Intended Audience :: Developers",
26
- "License :: OSI Approved :: Apache Software License",
+ "License :: OSI Approved :: MIT License",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
0 commit comments