python3Packages.pyspelling: add changelog and mainProgram

This commit is contained in:
Robert Schütz
2025-12-02 22:03:55 -08:00
parent 7bf54334fa
commit 40632a2980
@@ -41,9 +41,11 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/facelessuser/pyspelling/blob/${version}/docs/src/markdown/about/changelog.md";
description = "Spell checker";
homepage = "https://pypi.org/project/pyspelling";
license = lib.licenses.mit;
mainProgram = "pyspelling";
maintainers = [ ];
};
}