python3Packages.editables: cleanup (#130476)

This commit is contained in:
Sandro 2021-07-18 00:14:33 +02:00 committed by GitHub
parent b59c06dc92
commit 24f72b6152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}