Skip to content

Commit 17f9142

Browse files
authored
Merge pull request #717 from cdce8p/update-doc-license
Update pyproject example in docs with license expression
2 parents 2818f41 + e29cefc commit 17f9142

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/pyproject_toml.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ A simple ``[project]`` table might look like this:
5959
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
6060
]
6161
readme = "README.rst"
62-
classifiers = [
63-
"License :: OSI Approved :: MIT License",
64-
]
62+
license = "MIT"
6563
requires-python = ">=3.5"
6664
dynamic = ["version", "description"]
6765

0 commit comments

Comments
 (0)