python310Packages.tifffile: add changelog to meta
This commit is contained in:
parent
020c62dd37
commit
d0d6c2eddb
@ -56,6 +56,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Read and write image data from and to TIFF files";
|
description = "Read and write image data from and to TIFF files";
|
||||||
homepage = "https://github.com/cgohlke/tifffile/";
|
homepage = "https://github.com/cgohlke/tifffile/";
|
||||||
|
changelog = "https://github.com/cgohlke/tifffile/blob/v${version}/CHANGES.rst";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ lebastr ];
|
maintainers = with maintainers; [ lebastr ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user