From e29cefc0b63b4bec15085b1e13cab1453904cc3f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 8 Feb 2025 11:48:42 +0100 Subject: [PATCH] Update pyproject example in docs with license expression --- doc/pyproject_toml.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/pyproject_toml.rst b/doc/pyproject_toml.rst index f6755a87..15bbf199 100644 --- a/doc/pyproject_toml.rst +++ b/doc/pyproject_toml.rst @@ -59,9 +59,7 @@ A simple ``[project]`` table might look like this: {name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"}, ] readme = "README.rst" - classifiers = [ - "License :: OSI Approved :: MIT License", - ] + license = "MIT" requires-python = ">=3.5" dynamic = ["version", "description"]