Skip to content

Commit 5e06d6d

Browse files
authored
Merge pull request #30 from xcube-dev/konstntokas-029-inconsistent_classifier_license
Address inconsistent license in `pyproject.toml`
2 parents 8344881 + 3bf6dda commit 5e06d6d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes in 0.3.2
2+
3+
- Change inconsistent license classifier in `pyproject.toml`
4+
15
## Changes in 0.3.1
26

37
- Fixed a bug in `xcube_resampling.rectify_dataset` that occurred when processing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Development Status :: 5 - Production/Stable",
2424
"Intended Audience :: Science/Research",
2525
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: Apache Software License",
26+
"License :: OSI Approved :: MIT License",
2727
"Programming Language :: Python :: 3",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)