python3.pkgs.pyproject-hooks: add python team to maintainers
This commit is contained in:
parent
ad69eef941
commit
682b78c850
1 changed files with 2 additions and 3 deletions
|
@ -26,8 +26,7 @@ buildPythonPackage rec {
|
||||||
flit-core
|
flit-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = lib.optionals (pythonOlder "3.11") [
|
||||||
] ++ lib.optionals (pythonOlder "3.11") [
|
|
||||||
tomli
|
tomli
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -52,6 +51,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/pypa/pyproject-hooks";
|
homepage = "https://github.com/pypa/pyproject-hooks";
|
||||||
changelog = "https://github.com/pypa/pyproject-hooks/blob/v${version}/docs/changelog.rst";
|
changelog = "https://github.com/pypa/pyproject-hooks/blob/v${version}/docs/changelog.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = teams.python.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue