Skip to content

Commit ed03e8c

Browse files
authored
Update pyproject.toml
1 parent 752bdc2 commit ed03e8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ repository = "https://github.com/{{ cookiecutter.organization }}/{{ cookiecutter
1010
version = "0.1.0"
1111
requires-python = ">=3.10,<3.14"
1212
readme = "README.md"
13-
license = "{{ cookiecutter.license|upper }}"
13+
license = { text = "{{ cookiecutter.license|upper }}" }
1414
dynamic = ["dependencies", "classifiers"]
1515

1616
authors = []
17-
keywords = []
17+
keywords = [
18+
"wemake-python-package",
19+
]
1820

1921

2022
[tool.poetry]

0 commit comments

Comments
 (0)