Commit 84c5341c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pybigwig: add changelog to meta

parent e5cc0358
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,13 +20,14 @@ buildPythonPackage rec {
  nativeCheckInputs = [ numpy pytest ];

  meta = with lib; {
    homepage = "https://github.com/deeptools/pyBigWig";
    description = "File access to bigBed files, and read and write access to bigWig files";
    longDescription = ''
      A python extension, written in C, for quick access to bigBed files
      and access to and creation of bigWig files. This extension uses
      libBigWig for local and remote file access.
    '';
    homepage = "https://github.com/deeptools/pyBigWig";
    changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ scalavision ];
  };