python3Packages.build: adjust meta
This commit is contained in:
parent
445a3f548b
commit
5adc098c1d
@ -39,8 +39,14 @@ buildPythonPackage rec {
|
|||||||
# No tests in archive
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A simple, correct PEP517 package builder";
|
description = "Simple, correct PEP517 package builder";
|
||||||
license = lib.licenses.mit;
|
longDescription = ''
|
||||||
|
build will invoke the PEP 517 hooks to build a distribution package. It
|
||||||
|
is a simple build tool and does not perform any dependency management.
|
||||||
|
'';
|
||||||
|
homepage = "https://github.com/pypa/build";
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user