Skip to content

Commit 1899638

Browse files
committed
fix: Update license field in pyproject.toml to reference LICENSE file
1 parent 5e8a7ba commit 1899638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Асинхронная Python-библиотека для взаимодействия с API сервиса CheatBot."
1212
readme = "README.md"
13-
license = "MIT"
13+
license = { file = "LICENSE" }
1414
requires-python = ">=3.8"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)