Skip to content

Commit

Permalink
Add licence to pyproject.toml (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
  • Loading branch information
sinfomicien and Viicos authored Jan 4, 2024
1 parent bc4e860 commit 13adfe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Typing :: Typed"
]
license = {file = "LICENSE"}
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 13adfe0

Please sign in to comment.