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"]