python310Packages.py_stringmatching: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-03-03 18:47:59 +01:00
parent df3053556a
commit 1fe9600d6f

View file

@ -23,6 +23,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ numpy six ];
pythonImportsCheck = [
"py_stringmatching"
];
meta = with lib; {
description = "Python string matching library including string tokenizers and string similarity measures";
homepage = "https://github.com/anhaidgroup/py_stringmatching";