python3Packages.editables: cleanup (#130476)
This commit is contained in:
parent
b59c06dc92
commit
24f72b6152
1 changed files with 6 additions and 3 deletions
|
@ -20,9 +20,12 @@ buildPythonPackage rec {
|
|||
# Tests not included in archive.
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
pythonImportsCheck = [ "editables" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Editable installations";
|
||||
homepage = https://github.com/pfmoore/editables;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
homepage = "https://github.com/pfmoore/editables";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue