Skip to content

Commit

Permalink
add license to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Jul 18, 2024
1 parent 4eeefc8 commit 04698fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[tool.poetry]
name = "theine"
version = "0.4.2"
version = "0.4.3"
description = "high performance in-memory cache"
authors = ["Yiling-J <[email protected]>"]
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
]
license = "BSD-3-Clause"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 04698fa

Please sign in to comment.