Skip to content

Commit

Permalink
Merge pull request #717 from cdce8p/update-doc-license
Browse files Browse the repository at this point in the history
Update pyproject example in docs with license expression
  • Loading branch information
takluyver authored Feb 8, 2025
2 parents 2818f41 + e29cefc commit 17f9142
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/pyproject_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ A simple ``[project]`` table might look like this:
{name = "Thomas Kluyver", email = "[email protected]"},
]
readme = "README.rst"
classifiers = [
"License :: OSI Approved :: MIT License",
]
license = "MIT"
requires-python = ">=3.5"
dynamic = ["version", "description"]
Expand Down

0 comments on commit 17f9142

Please sign in to comment.