Skip to content

Commit 65ae281

Browse files
authored
fix(publishing): corrected license (#306)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
1 parent cb7c4b0 commit 65ae281

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
@@ -9,7 +9,7 @@ version = "1.6.0"
99
description = """The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions"""
1010
readme = "README.md"
1111
requires-python = ">=3.9"
12-
license-files = ["LICENSE"]
12+
license = "Apache-2.0"
1313
keywords = ["mkdocs"]
1414
authors = [
1515
{name = "TechDocs Core", email = "protean@spotify.com"}

0 commit comments

Comments
 (0)