1 { lib, buildPythonPackage, fetchPypi , setuptools, pytestCheckHook }:
3 buildPythonPackage rec {
9 sha256 = "0skyyirbidknfdzdvsjga8zb4ar6xpd5ilvz11dfm2a9yxh3d59d";
12 propagatedBuildInputs = [ setuptools ];
14 nativeCheckInputs = [ pytestCheckHook ];
16 description = "Print license based on selection and user options";
17 homepage = "https://github.com/licenses/lice";
18 license = licenses.bsd3;
19 maintainers = with maintainers; [ swflint ];
20 platforms = platforms.unix;