Skip to content

Commit

Permalink
Update pyproject example in docs with license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 8, 2025
1 parent 2818f41 commit e29cefc
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 e29cefc

Please sign in to comment.