summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJean Abou-Samra <jean@abou-samra.fr>2023-02-15 10:25:28 +0100
committerGitHub <noreply@github.com>2023-02-15 10:25:28 +0100
commit3ea1f008bf2e8474a59c9d55b943938f819c5699 (patch)
tree70c8c66aa8df3cfeb360a7b1f2b5d8813fb8b9cc /scripts
parent4ce27d66f7c8f0731a32b84716c6ff659da272cc (diff)
downloadpygments-git-3ea1f008bf2e8474a59c9d55b943938f819c5699.tar.gz
Move metadata to pyproject.toml (#2342)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index 087917f5..539933f7 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -6,7 +6,7 @@ Release checklist
* LATER when configured properly: ``make pylint``
* ``tox``
* Update version in ``pygments/__init__.py``
-* Check setup.py metadata: long description, trove classifiers
+* Check pyproject.toml metadata: long description, trove classifiers
* Update release date/code name in ``CHANGES``
* ``git commit``
* Wait for the CI to finish