python3Packages.types-appdirs: shorten description

This commit is contained in:
Sigmanificient
2026-09-06 23:49:19 +02:00
parent 43f22b2c4e
commit f01e467968

View File

@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
meta = {
description = "PEP 561 type stub package for the appdirs package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses appdirs";
description = "PEP 561 type stub package for the appdirs package";
homepage = "https://github.com/python/typeshed";
license = lib.licenses.asl20;
maintainers = [ ];