pythonPackages.pants: add meta
This commit is contained in:
parent
4fef9bf857
commit
84542bb6f4
|
@ -8532,6 +8532,13 @@ in {
|
|||
setproctitle setuptools six thrift wheel twitter-common-dirutil
|
||||
twitter-common-confluence twitter-common-collections
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A build system for software projects in a variety of languages";
|
||||
homepage = "http://www.pantsbuild.org/";
|
||||
license = licenses.asl2;
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
};
|
||||
};
|
||||
|
||||
paperwork-backend = buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in New Issue