Skip to content

Commit

Permalink
chore: configure license in pyproject.toml (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Jan 6, 2024
1 parent 38fe21d commit 15e0a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "sphinx-deployment"
authors = [{ name = "msclock", email = "[email protected]" }]
description = "A versioned documentation deployment tool for sphinx."
dynamic = ["version"]
license = { text = "Apache 2.0" }
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit 15e0a13

Please sign in to comment.