Update pyproject.toml: update description.

This commit is contained in:
Andy Kipp 2024-07-10 16:34:23 +02:00 committed by GitHub
parent 7085a94fca
commit b998cd4603
Failed to generate hash of commit

View file

@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
# See https://www.python.org/dev/peps/pep-0621/ # See https://www.python.org/dev/peps/pep-0621/
name = "xonsh" name = "xonsh"
dynamic = ["version", "readme"] dynamic = ["version", "readme"]
description = "Python-powered, cross-platform, Unix-gazing shell" description = "Python-powered shell. Full-featured and cross-platform."
authors = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }] authors = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }]
maintainers = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }] maintainers = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }]
license = { text = "BSD 2-Clause License" } license = { text = "BSD 2-Clause License" }