Skip to content

Commit 4bdb143

Browse files
authored
Task CS-2206: PyDomainExtractor | fix license field in pytoml file
2 parents 477d059 + 76d94bd commit 4bdb143

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
@@ -7,7 +7,7 @@ authors = [
77
{name = "Gal Ben David"}
88
]
99
requires-python = ">=3.7"
10-
license = "MIT"
10+
license = {file = "LICENSE"}
1111
classifiers = [
1212
"License :: OSI Approved :: MIT License",
1313
"Operating System :: MacOS",

0 commit comments

Comments
 (0)