Skip to content

Commit

Permalink
Merge pull request #50 from xadrianzetx/fix-license-display
Browse files Browse the repository at this point in the history
Use `text` as the key in `license` table
  • Loading branch information
xadrianzetx authored Nov 11, 2022
2 parents 7217c74 + 43f688a commit 04e9d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name = "Adrian Zuber", email = "xadrianzetx@gmail.com" },
]
requires-python = ">=3.7"
license = { file = "LICENSE" }
license = { text = "MIT" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 04e9d01

Please sign in to comment.