8 buildPythonPackage rec {
9 pname = "setuptools-lint";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "16a1ac5n7k7sx15cnk03gw3fmslab3a7m74dc45rgpldgiff3577";
18 propagatedBuildInputs = [ pylint ];
21 description = "Package to expose pylint as a lint command into setup.py";
22 homepage = "https://github.com/johnnoone/setuptools-pylint";
23 license = licenses.bsdOriginal;
24 maintainers = with maintainers; [ nickhu ];