Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ Release notes

.. _unreleased:

Unreleased
----------

Enhancements
~~~~~~~~~~~~

Improvements
~~~~~~~~~~~~

Fixes
~~~~~

* Update ``license*`` metadata and include third-party licenses.
By :user:`John Kirkham <jakirkham>`, :issue:`729`

Maintenance
~~~~~~~~~~~


0.16.0
------

Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ classifiers = [
maintainers = [
{ name = "Alistair Miles", email = "[email protected]" },
]
license = { text = "MIT" }
license = "MIT"
license-files = [
"LICENSE.txt",
"c-blosc/LICENSE.txt",
"c-blosc/LICENSES/*",
]

[project.urls]
"Bug Tracker" = "https://github.com/zarr-developers/numcodecs/issues"
Expand Down Expand Up @@ -94,7 +99,6 @@ crc32c = [
"numcodecs.zfpy" = "numcodecs.zarr3:ZFPY"

[tool.setuptools]
license-files = ["LICENSE.txt"]
package-dir = {"" = "."}
packages = ["numcodecs", "numcodecs.tests"]
zip-safe = false
Expand Down
Loading