Skip to content

Commit ec62738

Browse files
committed
use license file in metadata
1 parent b08155f commit ec62738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Make logging simple, log even exception that you forgot to catch.
55
readme = "README.md"
66
requires-python = ">=3.6"
77
authors = [{name = "Nguyen Ba Duc Tin", email = "nguyenbaduc.tin@gmail.com"}]
8-
license = "MIT"
8+
license-files = { paths = ["LICENSE"] }
99
keywords = ["logging", "logger", "debugger", "multiprocessing"]
1010
classifiers = [
1111
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)