8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-MJYn2bXErcDmaNjG+nusG6fIxdQVwtJ/YPCB+OgNHeI=";
26 # Tests not included in archive.
29 pythonImportsCheck = [ "editables" ];
32 description = "Editable installations";
33 maintainers = with maintainers; [ ];
34 homepage = "https://github.com/pfmoore/editables";
35 license = licenses.mit;