We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2818f41 + e29cefc commit 17f9142Copy full SHA for 17f9142
doc/pyproject_toml.rst
@@ -59,9 +59,7 @@ A simple ``[project]`` table might look like this:
59
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
60
]
61
readme = "README.rst"
62
- classifiers = [
63
- "License :: OSI Approved :: MIT License",
64
- ]
+ license = "MIT"
65
requires-python = ">=3.5"
66
dynamic = ["version", "description"]
67
0 commit comments