Unverified Commit a761a9ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.mrsqm: add changelog to meta

parent 00060f5b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,12 +33,15 @@ buildPythonPackage rec {
    numpy
  ];

  doCheck = false; # Package has no tests
  # Package has no tests
  doCheck = false;

  pythonImportsCheck = [ "mrsqm" ];

  meta = with lib; {
    description = "MrSQM (Multiple Representations Sequence Miner) is a time series classifier";
    homepage = "https://pypi.org/project/mrsqm";
    changelog = "https://github.com/mlgig/mrsqm/releases/tag/v.${version}";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ mbalatsko ];
  };