10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-5zuHOwg2GDXiVZLU10Ep8DU7ykRR3RK/oQqvFK9GguQ=";
20 build-system = [ setuptools ];
29 substituteInPlace pyproject.toml \
30 --replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
34 description = "Parse and create Python distribution metadata.";
35 homepage = "https://github.com/repo-helper/dist-meta";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ tyberius-prime ];