Skip to content

Commit

Permalink
build: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 8, 2024
1 parent 586ec7c commit b5f771f
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 @@ -21,11 +21,13 @@ readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10,<4"
classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
]
keywords = ["slack", "wrapper", "helper", "viewer"]

Expand Down

0 comments on commit b5f771f

Please sign in to comment.